mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +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);
|
||||
if (maxy<1) maxy=1;
|
||||
miny=floor(miny);
|
||||
if (miny<1) miny=0;
|
||||
//if (miny<1) miny=0;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user