Team:Groningen/Graphs/PromoterActivation
From 2009.igem.org
(Difference between revisions)
m |
m |
||
Line 7: | Line 7: | ||
width: '10cm', | width: '10cm', | ||
height: '8cm', | height: '8cm', | ||
- | axes: {x: {title: "Time (min)", minorLabels: false}, y: {title: "Unbound ars ( | + | axes: {x: {title: "Time (min)", minorLabels: false}, y: {title: "Unbound ars (%)", vertical: true, min: 0}}, |
plots: { 'in': {type: 'Lines', vAxis: 'y'} } | plots: { 'in': {type: 'Lines', vAxis: 'y'} } | ||
} | } |
Revision as of 11:46, 21 September 2009
{ script: "var data = document.getElementById('promoterActivationData').data;\
if (!data) data = {ars:[],arsNP:[]};\ var d=[{title:'()',data:data.ars,args:{plot:'in'}},\ {title:'(pro=0)',data:data.arsNP,args:{plot:'in'}}];\ d;",
width: '10cm', height: '8cm', axes: {x: {title: "Time (min)", minorLabels: false}, y: {title: "Unbound ars (%)", vertical: true, min: 0}}, plots: { 'in': {type: 'Lines', vAxis: 'y'} } }