mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Flow rate yticker scale -1 to +1
This commit is contained in:
parent
495e791976
commit
7607a31fe9
@ -65,7 +65,7 @@ void gYAxis::Plot(gGraphWindow &w,float scrx,float scry)
|
|||||||
maxy=ceil(maxy);
|
maxy=ceil(maxy);
|
||||||
if (maxy<1) maxy=1;
|
if (maxy<1) maxy=1;
|
||||||
miny=floor(miny);
|
miny=floor(miny);
|
||||||
if (miny<1) miny=0;
|
//if (miny<1) miny=0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user