Bug 171352 - Suppress axes ticks and numbers
Summary: Suppress axes ticks and numbers
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.7.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 20:28 UTC by D. V. Wiebe
Modified: 2008-10-24 00:17 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 D. V. Wiebe 2008-09-19 20:28:48 UTC
Version:           1.7.0 (using KDE 3.5.10)
Compiler:          gcc (GCC) 4.2.3  
OS:                Linux
Installed from:    Compiled From Sources

In certain instances, when the actual numerical value of data in one axis or the other is unimportant, it would be nice to have an option (perhaps as part of the "inside/outside/inside+outside" radio buttons) which completely suppresses drawing the axes ticks and numerical labels.  This is different than the "suppress border and label" options, since this would still draw the axis label.

I can currently hack this by:
1) Placing tick marks outside the plot
2) suppressing the appropriate border and label
3) Placing a text label with the axis label outside the plot area

This hack suffers from layout issues (centering the label, getting the label size right, &c.).
Comment 1 Andrew Walker 2008-10-24 00:14:54 UTC
SVN commit 875286 by arwalker:

CCBUG:171352 prepare to suppress tick marks and labels

 M  +2 -0      kstplotdefines.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=875286
Comment 2 Andrew Walker 2008-10-24 00:17:15 UTC
SVN commit 875287 by arwalker:

BUG:171352 add ability to suppress tick marks and labels, by setting the Tick Marks: Spacing to None for a given axis.

 M  +344 -322  kst2dplot.cpp  
 M  +0 -2      kst2dplotwidget_i.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=875287