-
-
Notifications
You must be signed in to change notification settings - Fork 8
Request for Fixed Y scale #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I agree that this is annoying; if not a selectable range (which I think would be best), at least an option to disable auto-scaling. Also a horizontal grid would help. |
serial plotter is an awesone tools |
A quick fix to this is to print your desired scale every time you print a value. If your values are between 0 and 1000 you can do:
|
I totally agree. Autorange is no good for me. I am currently sending a value between 0.0 and 1.0 to the serial plotter and it autoranges to -6.0 to +6.0 ... Why? @andreashove we should not include a lot of overhead in memory and time of execution to our codes because a basic feature is missing. |
I am going to agree that this is really difficult to work with and could use a fix. |
I agree with @MickMad. Has any progress been made on this issue? I think it would be a useful addition. |
yep, 3 years on and still no option.... |
The ability to have a fixed scaling on the Y-axis is direly needed, and should be the default. Workarounds such as this one are possible but add unneeded complexity in a learning situation. |
With values that constantly change, the range of the plot will shrink and expand, making it incredibly difficult to judge the amplitude of a plot without constantly re-checking the Y-axis (of which is too small to read on my 4K screen anyway). A 3 inch peak may have a max value of 500, and 10 seconds later, another 3 inch peak will have a value of 25!
By having a selectable minimum and maximum, each peak on the plot can be visually compared properly.
The text was updated successfully, but these errors were encountered: