Bug 86506 - Improvements to Plot dialog/Labels tab
Summary: Improvements to Plot dialog/Labels tab
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 17:40 UTC by Nicolas Brisset
Modified: 2004-08-17 19:02 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 Nicolas Brisset 2004-08-03 17:40:42 UTC
Version:           0.99-devel (using KDE 3.2.1, compiled sources)
Compiler:          gcc version 3.3.2
OS:                SunOS (sun4u) release 5.8

(continuation of the "inspired from xmgrace" series):
If you look at the "Labels" tab in the Plot dialog, you'll notice that there is (a lot of) unused room in the line with "Numbers". So I thought I might give ideas of how we could "fix" this :-)

1) Add a spinbox with "Angle" to allow rotating the labels. This is useful when you want to plot more labels (or they are long) without overlap. I must admit the current labels are nice and do not overlap too often, but this wish is a nice (required ?) complement to #86605
2) In the same spirit, Grace has an option to "stagger" labels (i.e. write them at 2 alternating heights) which can also turn out to be useful. We could add a checkbox (or spinbox if an int can be useful there ?)
Comment 1 Andrew Walker 2004-08-10 01:19:23 UTC
The functionality (but not the UI) is now present to enable 1).

Comment 2 Andrew Walker 2004-08-12 23:11:32 UTC
I will suggestion 2) to another bug.
Comment 3 Andrew Walker 2004-08-17 19:02:56 UTC
CVS commit by arwalker: 

Added ability to rotate the axes number labels from -90 to +90 degrees on both the x- and y-axis.
Fix for 86506 part 1).

CCMAIL: 86506-done@bugs.kde.org


  M +2 -0      kstplotdialog_i.cpp   1.77
  M +300 -242  plotdialog.ui   1.47