PDA

View Full Version : Hiding axis, but not ticks



bisasatan
31st May 2013, 01:18
Hello,

title says it all - i just want to display the ticks, not the actual axis itself - so I do not want to have the vertical line of an y-axis or the horizontal line of an x-axis. Any way to do that?

Thx in advance :)

Uwe
31st May 2013, 07:55
This line is called the "backbone": see: QwtAbstractScaleDraw::ScaleComponent (http://qwt.sourceforge.net/class_qwt_abstract_scale_draw.html#a26215d06a4d48a df401d0aa05d4193c5)

Uwe