devinaconley / arduino-plotter

An Arduino library for easy graphing on host computer via serial communication
MIT License
186 stars 31 forks source link

Fixed axis limits and scaling of graphs #27

Open devinaconley opened 5 years ago

devinaconley commented 5 years ago

Currently all scaling is done automatically. This also means that a user must estimate time-scale by setting number of points displayed.

Want to allow a user to optionally specify explicit axis limits or scaling of a graph.

UrbanHum commented 3 years ago

Hi Devinaconley I have very recently downloaded and started using you great plotting application, thank you for developing it. For me too it would be very useful if one could define the graph range on the y axis. I have started by plotting an analogue input. as time goes by the graph will re scale the y axis, I'd rather it remain at the same scale. Thanks Sam