Bug 115746 - zoom maximum doesn't detect x range of all vectors
Summary: zoom maximum doesn't detect x range of all vectors
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-05 23:28 UTC by Matthew Truch
Modified: 2005-11-08 23:48 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 Matthew Truch 2005-11-05 23:28:48 UTC
Version:           1.2.0_svn_476698 (using KDE KDE 3.4.1)
Installed from:    Fedora RPMs
OS:                Linux

If you have a plot with two (or more) curves where the x ranges (of the x vectors of each curve) are different, zoom maximum (or x zoom maximum) will only use the minimum x value from one of the curves to determine zoom.  If you change around the order of the curves in the plot, you can get zoom maximum to look different!  Spike insensitive zoom maximum doesn't have this bug, and the y axis is always correct.
Comment 1 George Staikos 2005-11-06 18:38:32 UTC
SVN commit 478403 by staikos:

fix X zoom max (typo by me?) and cleanup unused variables and code
BUG: 115746


 M  +3 -30     kst2dplot.cpp  
 M  +38 -44    kst2dplot.h  
Comment 2 Matthew Truch 2005-11-08 23:48:17 UTC
George,

Just to let you know, I've confirmed that this is now fixed. 

Thanks.