LGSInnovations / sigplot

SigPlot provides fast interactive web-plotting for software defined radio.
https://sigplot.lgsinnovations.com
Apache License 2.0
36 stars 26 forks source link

When in L1 or L2 mode, allow ymin and ymax to be specified in log scale. #101

Closed thezboe closed 3 years ago

thezboe commented 3 years ago

ymin and ymax are apparently expected to be specified in linear units even when the plot is in log mode. This makes code very confusing as you see a number like 5.62341325e-7 in the code to get the bottom of my plot to be at -125.

Suggest either expecting a value in log scale already for these modes, or adding another option that specifies in which scale the user is specifying them.

thezboe commented 3 years ago

Nevermind, apparently there is the "D2" mode which allows you to do just this. I'm not sure if there is a readme for that somewhere or not.