Team:Groningen/Graphs/PromoterActivationSlow
From 2009.igem.org
(Difference between revisions)
(New page: { script: "var data = document.getElementById('promoterActivationData').data;\ if (!data) data = {arsS:[]};\ var d=[{title:'ars (pro=0,slower production/degradation)',dat...) |
|||
Line 1: | Line 1: | ||
{ | { | ||
script: "var data = document.getElementById('promoterActivationData').data;\ | script: "var data = document.getElementById('promoterActivationData').data;\ | ||
- | if (!data) data = {arsS:[]};\ | + | if (!data) data = {arsS:[[],[]]};\ |
- | var d=[{title:'ars (pro=0, | + | var d=[{title:'ars (pro=0,slow)',data:data.arsS[0],args:{plot:'in'}},\ |
+ | {title:'product',data:data.arsS[1],args:{plot:'in'}}];\ | ||
d;", | d;", | ||
width: '8cm', | width: '8cm', | ||
height: '6cm', | height: '6cm', | ||
- | axes: {x: {title: "Time (min)", minorLabels: false}, y: {title: "Unbound ars (%)", vertical: true, min: 0}}, | + | axes: {x: {title: "Time (min)", minorLabels: false}, y: {title: "Unbound ars (%)", vertical: true, min: 0}, yp: {title: "Product", vertical: true, min: 0, leftBottom: false}}, |
- | plots: { 'in': {type: 'Lines', vAxis: 'y'} } | + | plots: { 'in': {type: 'Lines', vAxis: 'y'}, 'p': {type: 'Lines', vAxis: 'yp'} } |
} | } |
Revision as of 13:16, 21 September 2009
{ script: "var data = document.getElementById('promoterActivationData').data;\
if (!data) data = {arsS:[[],[]]};\ var d=[{title:'ars (pro=0,slow)',data:data.arsS[0],args:{plot:'in'}},\ {title:'product',data:data.arsS[1],args:{plot:'in'}}];\ d;",
width: '8cm', height: '6cm', axes: {x: {title: "Time (min)", minorLabels: false}, y: {title: "Unbound ars (%)", vertical: true, min: 0}, yp: {title: "Product", vertical: true, min: 0, leftBottom: false}}, plots: { 'in': {type: 'Lines', vAxis: 'y'}, 'p': {type: 'Lines', vAxis: 'yp'} } }