Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable auto range scaling for each graph #413

Open
etracer65 opened this issue Nov 19, 2019 · 0 comments
Open

Add option to disable auto range scaling for each graph #413

etracer65 opened this issue Nov 19, 2019 · 0 comments

Comments

@etracer65
Copy link
Member

Some elements (notably the debug graphs) seem to auto-scale the display after analyzing the data during parsing to maximize the visible portion of the graph. While this is generally helpful, there are times would it would be useful to manually set and "lock" the scale to allow comparisons between different data sets. For example the user might be trying to examine noise in a debug trace. The trace with very little dynamic range (low noise) will end up scaled (magnified) more and appear to be worse than another log with more noise (resulting in less scaling). I think of the auto-ranging to be behaving like setting a graph up in Excel and choosing the axis min-max vs. having it auto select based on analyzing the data looking for the absolute min/max.

So maybe an option in the graph settings dialog to disable the auto-ranging and just literally use the scale % specified by the user applied to the raw data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant