Bug 96238 - Make axes more configurable.
Summary: Make axes more configurable.
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.1.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Rick Chern
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-03 19:35 UTC by Andrew Walker
Modified: 2005-08-19 21:22 UTC (History)
1 user (show)

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 2005-01-03 19:35:29 UTC
Version:           1.0.1 (using KDE KDE 3.2.1)
OS:                Linux

At present the axes properties are mostly fixed. The x-axis is always located at the bottom of the plot, the y-axis to the left of the plot. It would be nicer to make these positions configurable (top or bottom, left or right respectively) as well as supporting different ranges om opposing sides (e.g. frequency and period).

It would also be preferable to support more configurable tick options (length, colour, inside or outside of plot, etc.)
Comment 1 Netterfield 2005-05-25 19:20:21 UTC
While you are at this, consider being able to have plots touching the plot to 
the top/bottom/left/right, and sharing the appropriate axis with them.

Eg: you may have a stack of plots all sampled over the same time axis.  It 
would be nice to have the X axes label and numbers only on the bottom of the 
lowest plot, and then have all the plots above it touching, with the bottom 
of the plot sharing the the top axis of the one below it.

As soon as you have a .ui, for this bug, drop it to the list (or commit it 
with a different name) so we can give comments.

On May 25, 2005 07:06 pm, Rick Chern wrote:
[bugs.kde.org quoted mail]
Comment 2 Rick Chern 2005-05-31 23:19:16 UTC
- Added option to transform opposite axis to X or Y axis according to formula
- added option to have plot tick marks outside plot 
- added options to suppress top and/or bottom axes of a plot
- reorganized plot dialog into 2 tabs for x and y axes
Comment 3 Rick Chern 2005-06-24 00:49:01 UTC
Add option to supress left and/or right axes, and do not draw bottom axis line when bottom axis is supressed
Comment 4 Rick Chern 2005-06-29 02:28:36 UTC
SVN commit 429824 by rchern:

option to suppress left and right axes, and remove bottom/right borders when those axes are suppressed

CCMAIL: 96238@bugs.kde.org

 M  +80 -35    kst2dplot.cpp  
 M  +6 -0      kst2dplot.h  
 M  +6 -0      kstplotdialog_i.cpp  
 M  +103 -74   plotdialog.ui  
Comment 5 Rick Chern 2005-08-19 21:22:37 UTC
*** Bug has been marked as fixed ***.