Bug 171352

Summary: Suppress axes ticks and numbers
Product: [Applications] kst Reporter: D. V. Wiebe <dvw>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.7.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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