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

Problem with displaying specs when axes toggled off and on #22

Closed sterre closed 5 years ago

sterre commented 6 years ago

We ran into a problem some time ago related to the display of specs. It's been long enough that we lost some of the details, but we think it was something like: turn off both axes, then back on again, and the specs area disappears.

This patch against a built sigplot-debug.js fixed the issue for us: sigplot-debug.js.show_specs.patch.gz

The patch just factors the check for show_readout separately from (Gx.pan && !Gx.no_legend_button) .

maihde commented 5 years ago

@sterre sorry for the long delay on this. I think the Gx.pan should simply be removed from that clause entirely. I have made a fix and it appears to resolve the issue.

mrecachinas commented 5 years ago

Fixed in #64.