Modeling2.html

From 2013.igem.org

(Difference between revisions)
Line 179: Line 179:
};
};
 +
var plotSolution = function(t, y, min, color) {
 +
    /*Other ways to do this. We already now which graph based on min*/   
 +
    if (min >graphyMin){
 +
      stroke(56, 79, 224);
 +
    }
 +
    else{
 +
        stroke(255, 0, 0);
 +
    }
 +
    if (color === 1){
 +
        stroke(56, 79, 224);
 +
    }
 +
 +
       
 +
    }
 +
 +
 +
};

Revision as of 22:45, 27 September 2013

iGEM