Template:MotifActivitiesInMaraPhase1 mm9: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
$.plot($("#chartmm9"), [{ | $.plot($("#chartmm9"), [{ | ||
data: dataset, | data: dataset, | ||
constraints: [ | constraints: [const1] | ||
}], { | }], { | ||
xaxis: { tickDecimals: 0, show: false }, | xaxis: { tickDecimals: 0, show: false }, | ||
grid: { hoverable: true, clickable: true }, | grid: { hoverable: true, clickable: true }, | ||
}); | }); | ||
where const1 = { | |||
threshold: 2, | |||
color: "rgb(0,0,0)", | |||
evaluate : function(y,threshold){ return y < threshold; } | |||
} | |||
Revision as of 17:27, 13 March 2012
mm9
Sample of clicked point: