Team:Groningen/Graphs/PromoterActivation

From 2009.igem.org

(Difference between revisions)
m (Changed size)
Line 4: Line 4:
         var d=[{title:'ars (pro=1/cell)',data:data.ars,args:{plot:'in'}}];\
         var d=[{title:'ars (pro=1/cell)',data:data.ars,args:{plot:'in'}}];\
         d;",
         d;",
-
width: '10cm',
+
width: '8cm',
-
height: '8cm',
+
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}},
plots: { 'in': {type: 'Lines', vAxis: 'y'} }
plots: { 'in': {type: 'Lines', vAxis: 'y'} }
}
}

Revision as of 12:36, 21 September 2009

{ script: "var data = document.getElementById('promoterActivationData').data;\

        if (!data) data = {ars:[]};\
        var d=[{title:'ars (pro=1/cell)',data:data.ars,args:{plot:'in'}}];\
        d;",

width: '8cm', height: '6cm', axes: {x: {title: "Time (min)", minorLabels: false}, y: {title: "Unbound ars (%)", vertical: true, min: 0}}, plots: { 'in': {type: 'Lines', vAxis: 'y'} } }