chillibasket / processing-grapher

Terminal and graphing program for analysis and recording of data from serial devices
GNU General Public License v3.0
35 stars 17 forks source link

Auto-scaling up and down #28

Closed d-kozminihs closed 2 years ago

d-kozminihs commented 2 years ago

At the moment it only scales to max value and remains there. I would like to have an option to auto-scale it back to lower peaks as older peaks scroll off the plot with time. This is standard behaviour of Arduino IDE plotter and works better in some cases.

chillibasket commented 2 years ago

This feature has been added in v1.3.4 (commit fab5baf1b870baf813e67bed3fb3ebfa82e4a012). You can now switch between the three different graph scaling modes (Manual, Expand Only, Full Auto) using the same button in the sidebar.