Team:Groningen/Graphs/Promoters/OD600/LB/Background

From 2009.igem.org

(Difference between revisions)
(First attempt at graphing LB background data.)
(Time in minutes.)
Line 5: Line 5:
series: [
series: [
  /* List of LB control data series */
  /* List of LB control data series */
-
  {x: 0, y: 7},
+
  {xf: 'cell(0,0)/60', y: 7},
-
  {x: 0, y: 19},
+
  {xf: 'cell(0,0)/60', y: 19},
-
  {x: 0, y: 31},
+
  {xf: 'cell(0,0)/60', y: 31},
-
  {x: 0, y: 43},
+
  {xf: 'cell(0,0)/60', y: 43},
-
  {x: 0, y: 55},
+
  {xf: 'cell(0,0)/60', y: 55},
-
  {x: 0, y: 67},
+
  {xf: 'cell(0,0)/60', y: 67},
],
],
{{defaultAxes|xtitle=time (s)|ytitle=OD600}},
{{defaultAxes|xtitle=time (s)|ytitle=OD600}},
{{defaultPlot}}
{{defaultPlot}}
}
}

Revision as of 10:32, 24 July 2009

{ datasource: 'http://spreadsheets.google.com/pub?key=tqkqb23deWHvPV5vgRlGQ0Q&range=B101:BW145', width: '8cm', height: '5cm', series: [

/* List of LB control data series */
{xf: 'cell(0,0)/60', y: 7},
{xf: 'cell(0,0)/60', y: 19},
{xf: 'cell(0,0)/60', y: 31},
{xf: 'cell(0,0)/60', y: 43},
{xf: 'cell(0,0)/60', y: 55},
{xf: 'cell(0,0)/60', y: 67},

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