Team:Groningen/Graphs/DensityLimit
From 2009.igem.org
(Difference between revisions)
m |
m |
||
Line 3: | Line 3: | ||
width: '10cm', | width: '10cm', | ||
height: '8cm', | height: '8cm', | ||
- | axes: {x: {title: "volume fraction of vesicles" }, y: {title: "maximum cell density (kg/m3)", vertical: true} }, | + | axes: {x: {title: "volume fraction of vesicles", majorLabels: false}, y: {title: "maximum cell density (kg/m3)", vertical: true} }, |
{{defaultPlot}} | {{defaultPlot}} | ||
} | } |
Revision as of 14:45, 7 July 2009
{ 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'} } }