dt = .01; InitGraph(); ScaleWindow(-2.2,-2.6, 3.0, 2.6); DrawAxes(); // Label('Phase plane - limit at 1.0',1,.5); for(var i=-2;i<=2;i++){ for(var j=-2;j<=2;j++){ doPlot(i,j); } }