Bug 83942 - Create a new window in Edit Plot
Summary: Create a new window in Edit Plot
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-24 21:17 UTC by Marc-Antoine Miville-Deschenes
Modified: 2004-08-03 17:04 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 Marc-Antoine Miville-Deschenes 2004-06-24 21:17:11 UTC
Version:           0.98-devel (using KDE 3.2.3, compiled sources)
Compiler:          gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
OS:                Linux (i686) release 2.4.20-8smp

It would be useful to be able to create a new Window (or tabs)
in Edit Plot. For now new plots can only be generated
in existing windows
Comment 1 Andrew Walker 2004-07-16 23:43:24 UTC
I don't believe this is any longer an issue. Anywhere that you can create a 
new plot (data wizard, New PSD, New Histogram, etc.) you also have the option 
to create a new window. I would recommend marking this as no longer 
applicable.

Comment 2 George Staikos 2004-07-24 19:01:25 UTC
CVS commit by staikos: 

allow the user to create new windows from the plot dialog
CCMAIL: 83942-done@bugs.kde.org


  M +14 -1     kstplotdialog_i.cpp   1.66
  M +2 -0      kstplotdialog_i.h   1.25
  M +20 -6     plotdialog.ui   1.37



Comment 3 Nicolas Brisset 2004-08-03 17:04:20 UTC
I think the button that George added is useful though ambiguous:
it is located just between the window and plot combos and I first thought I could create a new plot with it (which is probably more common than creating a new window). In fact, to create a new plot it seems I have to:
1) select a new unique name
2) define its contents
3) hit "Apply as new" to create it

Not very intuitive I fear, especially as the plot created in this way inherits attributes from the one previously selected (like label names, which IS confusing).

Would it be possible to add another button in the same spirit for new plots, along with a vertical line to separate window combo+button from plot combo+button. Upon hittinh the "new plot" button, a sensible new unique name would be created, after which the user can edit the contents (previously initialized to empty) and then press the "Apply as New" button, which would ideally autogenerate labels if they were left empty.
Comments ?