Bug 95125 - Ability to Limit Autoscale Range
Summary: Ability to Limit Autoscale Range
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Rick Chern
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 04:47 UTC by D. V. Wiebe
Modified: 2005-05-25 03:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description D. V. Wiebe 2004-12-14 04:47:09 UTC
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

It would be nice to be able to limit the range that autoscale works over.  I'm thinking here of having two optional parameters per axis per plot:

1) Don't Let The Upper Limit of the Autoscale Range Go Above This Value, and
2) Don't Let the Lower Limit of the Autoscale Range Go Below This Value

which effectively restricts kst's autoscale to between those two limits.
Comment 1 Andrew Walker 2004-12-15 18:58:43 UTC
Given that there are an almost unlimited number of potential requests such as this it might be a good idea to add the ability to specify the axes limits in terms of a scalar value, equation, etc. This would handle all cases as the user is limited only by the equations they can generate.
Comment 2 Rick Chern 2005-05-25 03:43:58 UTC
SVN commit 417946 by rchern:

Allow arithmetic expressions with scalars for plot ranges, and remove FIXED range from UI.  If entered expression is constant, then FIXED range is used internally

CCMAIL: 95125-done@bugs.kde.org


 M  +185 -3    kst2dplot.cpp  
 M  +33 -1     kst2dplot.h  
 M  +74 -21    kstplotdialog_i.cpp  
 M  +1 -1      kstplotdialog_i.h  
 M  +334 -268  plotdialog.ui