Open gijzelaerr opened 10 years ago
Original comment thread migrated from bugzilla
At present the offset separation between individual inspector plots gets adjusted whenever new data is added to the plot. It is desirable to have a 'lock' option so that the offset scale remains constant when new data is added to the plot.
Actually, I'm ok with the offset recomputing itself whenever new data arrives, we can leave that as is.
What bothers me is the offset being different per plot page, and also being readjusted whenever you switch the displayed vells. This makes it rather hard to compare XX and YY when they're plotted to different scales. (On the other hand, you do want to readjust the offset when going between amplitude/phase/real/imag displays, for obvious reasons.)
In fact, it's not only offset itself that needs to be lockable, it's the entire Y axis! (Currently, the effective Y limits can be different -- for the same offset -- due to outliers in the individual tracks).
I suggest the following:
Let's try to implement like that and see how well it works.
at 2011-11-02 21:38:59 Tony Willis reported:
need a 'lock' option for chartplotter(inspector) plots