Summary: | Autoscale should take into account only the visible area | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | plotting | Assignee: | Rick Chern <rchern> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | arwalker |
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2004-09-20 18:20:36 UTC
If this is implemented it should be done only as an optional checkbox. The default behaviour should remain as is. If you are looking at rapidly scrolling data it is easier to quickly ascertain the current values if the range of the y-axis remains constant with time. To have it changing with every update should only be done if specifically requested by the user. I fully agree with your comment. Maybe the best way to implement this would be to autoscale on the visible area only when a manual request to autoscale Y is performed (contextual menu or keyboard accelerator). If you just zoom/scroll in X, Y axes are not screwed up, but if you need to you can easily zomm in Y on a subset of the curves. Sounds really good to me :-) *** Bug 96248 has been marked as a duplicate of this bug. *** SVN commit 427544 by rchern: Add local y maximum zoom function to context menu - shortcut key Shift+L CCMAIL: 89892-done@bugs.kde.org M +95 -33 kst2dplot.cpp M +7 -1 kst2dplot.h |