Flow rate yticker scale -1 to +1

This commit is contained in:
Mark Watkins 2011-08-01 18:27:03 +10:00
parent 495e791976
commit 7607a31fe9

View File

@ -65,7 +65,7 @@ void gYAxis::Plot(gGraphWindow &w,float scrx,float scry)
maxy=ceil(maxy);
if (maxy<1) maxy=1;
miny=floor(miny);
if (miny<1) miny=0;
//if (miny<1) miny=0;
}