Team:Groningen/Graphs/Test

From 2009.igem.org

Revision as of 10:54, 23 July 2009 by Jaspervdg (Talk | contribs)

{ 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("substance 1",0)+cell(2,0)', title: 'sum'}

], axes: {x: {title: "time (s)" }, y: {title: "concentration (µM)", vertical: true} }, plots: { 'default': {type: 'Lines'} } }