Team:Groningen/Graphs/DensityLimit

From 2009.igem.org

Revision as of 14:45, 7 July 2009 by Jaspervdg (Talk | contribs)

{ script: "var rhomedium=1000, rhovesicle=279.19; var d=[{title:'As',data:[],args:[]}]; for(var i=0; i<50; 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", majorLabels: false}, y: {title: "maximum cell density (kg/m3)", vertical: true} }, plots: { 'default': {type: 'Lines'} } }