Bug 149740

Summary: Error in layout for large number of plots
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2007-09-10 20:59:22 UTC
Version:           1.4.0 (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:

When a large number of plots are created at the same time from within the data wizard the resulting layout may not be what the user was reasonably expecting.

STEPS TO REPRODUCE:

Start Kst
Open the Data Wizard and select a number (say 20) of fields to plot.
Open the Data Qizard and select the same number of fields again.
Opt to have the second series of plots created in a new tab.

RESULTS:
The two series of plots are plotted in a 4x5 grid in the first case
and a 20x1 grid in the second.

EXPECTED RESULTS:
The two series should be plotted using the same layout of 4x5.
Comment 1 Andrew Walker 2007-09-11 20:24:37 UTC
SVN commit 711203 by arwalker:

BUG:149740 Regrid the plot layout if the window is a new one. Cleanup of code

 M  +401 -363  kstdatawizard_i.cpp  
 M  +3 -0      kstdatawizard_i.h  
 M  +3 -3      kstviewobject.cpp