Team:Groningen/Graphs/DensityLimit

From 2009.igem.org

Revision as of 14:29, 7 July 2009 by Jaspervdg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{ script: "var d=[{title:'As',data:[],args:[]}]; for(var i=0; i<=100; i++) { var f=i/100; d[0].data.push({x:f,y:(rhomedium-f*rhovesicle)/(1-f)}); d;", width: '10cm', height: '8cm', axes: {x: {title: "volume fraction of vesicles" }, y: {title: "maximum cell density (kg/m3)", vertical: true} }, plots: { 'default': {type: 'Lines'} } }