Modeling2.html

From 2013.igem.org

(Difference between revisions)
Line 486: Line 486:
 +
 +
  count = 0;
 +
 +
        /*This is for drawing the arrows on the graph*/
 +
        for (var i = 0; i < arrowsinRow; i++){
 +
            for (var j = 0; j < arrowsinCol; j++){
 +
                arrows[count].drawOn(maxLength, boxHeight);  /*maxLength is to scale everything, boxHeight is the */
 +
                count++;
 +
            }
 +
        }
 +
 +
        slider.draw();
 +
 +
        nullClines[0].plot();
 +
        nullClines[1].plot();
};
};

Revision as of 00:04, 28 September 2013

iGEM