Team:Groningen/Graphs/DensityLimit
From 2009.igem.org
(Difference between revisions)
m |
m |
||
Line 9: | Line 9: | ||
width: '10cm', | width: '10cm', | ||
height: '8cm', | height: '8cm', | ||
- | axes: {x: {title: "cell density (kg/m³)", minorLabels: false}, y: {title: "volume fraction of vesicles", vertical: true, min:0 | + | axes: {x: {title: "cell density (kg/m³)", minorLabels: false}, y: {title: "volume fraction of vesicles", vertical: true, min:0} }, |
{{defaultPlot}} | {{defaultPlot}} | ||
} | } |
Revision as of 13:01, 9 September 2009
{ script: "var rhomedium=Number(document.getElementById('rhomedium').value),\
rhovesicle=[279.19,Number(document.getElementById('rhovesicle').value),119.60];\ var d=[{title:'Li1998',data:[],args:{stroke: {color: '#F00'}}},{title:'Ours',data:[],args:{stroke: {color: '#0F0'}}},{title:'Walsby1994',data:[],args:{stroke: {color: '#00F'}}}];\ for(var i=0; i<=50; i++) {\ var rhocell=10*i+1000;\ for(var j=0; j<3; j++) d[j].data.push({x:rhocell,y:1.0 - (rhomedium - rhovesicle[j])/(rhocell - rhovesicle[j])});\ } d;",
width: '10cm', height: '8cm', axes: {x: {title: "cell density (kg/m³)", minorLabels: false}, y: {title: "volume fraction of vesicles", vertical: true, min:0} }, plots: { 'default': {type: 'Lines'} } }