Team:Groningen/Graphs/Test

From 2009.igem.org

(Difference between revisions)
m (Using default axes template.)
m (Using default plot.)
Line 3: Line 3:
width: '8cm',
width: '8cm',
height: '5cm',
height: '5cm',
-
{{defaultAxes|xtitle=time (s)|ytitle=concentration (µM)}},
 
-
plots: {'': {type: 'Lines'} },
 
series: [
series: [
  {x: 0, y: 1, {{:Team:Groningen/Styles/Substance1}} },
  {x: 0, y: 1, {{:Team:Groningen/Styles/Substance1}} },
  {x: 0, y: 2}
  {x: 0, y: 2}
-
]
+
],
 +
{{defaultAxes|xtitle=time (s)|ytitle=concentration (µM)}},
 +
{{defaultPlot}},
}
}

Revision as of 15:08, 24 June 2009

{ datasource: 'http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw', width: '8cm', height: '5cm', series: [

{x: 0, y: 1, stroke: {color: 'blue'} },
{x: 0, y: 2}

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