Team:Groningen/Graphs/Test
From 2009.igem.org
(Difference between revisions)
m |
m |
||
Line 7: | Line 7: | ||
{x: 0, y: 1, {{:Team:Groningen/Styles/Substance1}} }, // Uses a style | {x: 0, y: 1, {{:Team:Groningen/Styles/Substance1}} }, // Uses a style | ||
{x: 0, y: 2}, | {x: 0, y: 2}, | ||
- | {x: 0, yf: 'cell( | + | {x: 0, yf: 'cell(1,0)+cell(2,0)', title: 'sum'}, |
+ | {x: 0, yf: '(cell(1,1)-cell(1,-1))/(cell(0,1)-cell(0,-1))', title: 'd/dt substance 1'} | ||
], | ], | ||
{{defaultAxes|xtitle=time (s)|ytitle=concentration (µM)}}, | {{defaultAxes|xtitle=time (s)|ytitle=concentration (µM)}}, | ||
{{defaultPlot}} | {{defaultPlot}} | ||
} | } |
Revision as of 10:58, 23 July 2009
{ datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', width: '8cm', height: '5cm', series: [
/* List of data series */ {x: 0, y: 1, stroke: {color: 'blue'} }, // Uses a style {x: 0, y: 2}, {x: 0, yf: 'cell(1,0)+cell(2,0)', title: 'sum'}, {x: 0, yf: '(cell(1,1)-cell(1,-1))/(cell(0,1)-cell(0,-1))', title: 'd/dt substance 1'}
], axes: {x: {title: "time (s)" }, y: {title: "concentration (µM)", vertical: true} }, plots: { 'default': {type: 'Lines'} } }