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

From 2009.igem.org

(Difference between revisions)
(TY background)
(Now uses a data table.)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
{
{
-
datasource: 'http://spreadsheets.google.com/pub?key=tqkqb23deWHvPV5vgRlGQ0Q&range=B101:BW145',
+
datatable: '/Team:Groningen/Tables/Promoters/OD600',
width: '8cm',
width: '8cm',
height: '5cm',
height: '5cm',
Line 6: Line 6:
  /* List of LB control data series */
  /* List of LB control data series */
  {xf: 'cell(0,0)/60', y: 13},
  {xf: 'cell(0,0)/60', y: 13},
-
  {xf: 'cell(0,0)/60', y: 25, stroke: {style:'Dash'}},
+
  {xf: 'cell(0,0)/60', y: 25},
-
  {xf: 'cell(0,0)/60', y: 37, stroke: {style:'Dash'}},
+
  {xf: 'cell(0,0)/60', y: 37},
-
  {xf: 'cell(0,0)/60', y: 49, stroke: {style:'Dash'}},
+
  {xf: 'cell(0,0)/60', y: 49},
-
  {xf: 'cell(0,0)/60', y: 61, stroke: {style:'Dash'}},
+
  {xf: 'cell(0,0)/60', y: 61},
  {xf: 'cell(0,0)/60', y: 73},
  {xf: 'cell(0,0)/60', y: 73},
],
],
-
axes: {x: {title: "time (min)" }, y: {title: "OD600", vertical: true, min: 0} },
+
axes: {x: {title: "time (min)" }, y: {title: "OD600", vertical: true, min: 0, max: 0.4} },
{{defaultPlot}}
{{defaultPlot}}
}
}

Latest revision as of 10:17, 30 July 2009

{ datatable: '/Team:Groningen/Tables/Promoters/OD600', width: '8cm', height: '5cm', series: [

/* List of LB control data series */
{xf: 'cell(0,0)/60', y: 13},
{xf: 'cell(0,0)/60', y: 25},
{xf: 'cell(0,0)/60', y: 37},
{xf: 'cell(0,0)/60', y: 49},
{xf: 'cell(0,0)/60', y: 61},
{xf: 'cell(0,0)/60', y: 73},

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