Version: 1.1.0_devel (using KDE 3.3.1, compiled sources) Compiler: gcc version 3.3.4 OS: Linux (i686) release 2.6.9 When using kst to debug our control systems, I often find myself making a single plot with, say, two curves of interesting data, and then a few more curves of essentially DC levels representing set points, limits, etc. It would be nice to be able to tell kst not to consider these DC levels when calculating the autoscale so that I can use kst's autoscale to better focus on the interesting data in the plot, while still seeing the levels if they happen to come into range.
CVS commit by arwalker: Allow the user to mark a curve as not participating in automatic axes range calculations. CCMAIL: 95124-done@bugs.kde.org M +23 -15 curvedialog.ui 1.22 M +151 -133 kst2dplot.cpp 1.322 M +1 -0 kstbasecurve.cpp 1.23 M +6 -1 kstbasecurve.h 1.33 M +5 -0 kstcurvedialog_i.cpp 1.75