sberl / supersid

Cross-platform Sudden Ionospheric Disturbances (SID) monitor
MIT License
9 stars 9 forks source link

feature request - y axis controls #71

Open joseph-diverdi opened 11 months ago

joseph-diverdi commented 11 months ago

I'd like to suggest the ability to set the minimum point on the y axis to zero, perhaps as a toggle.

It is common and important to display scientific measurements with the zero value present on the figure (graph) in this way. It facilitates comparison among different graphs.

If a developer is feeling ambitious the ability to set the y axis minimum and maximum (separately and selectively) would be an even more useful and important means for creating a well laid out graph. The ability to independently switch to auto setting each would round out the capability.

jadv

fenrog commented 5 months ago

The parameters psd_min and psd_max in supersid.cfg allow to fix the y axis of the tk viewer Power Spectral Density diagram. The value NaN enables the auto mode, a float value fixes the y axis minimum or maximum depending on the parameter. This may or may not be what you are asking for.

@joseph-diverdi Is your request about the plots generated or displayed with supersid_plot.py respective supersid_plot_gui.py?

fenrog commented 5 months ago

fixed with command line options for supersid_plot.py with https://github.com/sberl/supersid/pull/77