Bug 149740 - Error in layout for large number of plots
Summary: Error in layout for large number of plots
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 20:59 UTC by Andrew Walker
Modified: 2007-09-11 20:24 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 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