Bug 115746

Summary: zoom maximum doesn't detect x range of all vectors
Product: [Applications] kst Reporter: Matthew Truch <matt>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

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.