dt = .01; InitGraph(); ScaleWindow(-4.5,-5, 5.5, 5); DrawAxes(); // Label('Phase plane - limit at 1.0',1,.5); for(var i=-4.4;i<5;i+=1.1){ for(var j=-4.4;j<5;j+=1.1){ doPlot(i,j); } }