Modeling2.html
From 2013.igem.org
(Difference between revisions)
Line 299: | Line 299: | ||
}; | }; | ||
this.plot = function(){ | this.plot = function(){ | ||
+ | background(255, 144, 0); | ||
plotSolution(this.yone, this.ytwo, graphyMin); | plotSolution(this.yone, this.ytwo, graphyMin); | ||
}; | }; | ||
Line 499: | Line 500: | ||
slider.draw(); | slider.draw(); | ||
- | + | nullClines[0].plot(); | |
+ | nullClines[1].plot(); | ||
}; | }; |
Revision as of 00:08, 28 September 2013