Quote Originally Posted by gd View Post
Is it possible to avoid the displaying of the tick labels in an easier way?
Don't know if this is easier, but you could use medium instead of major ticks. The tick length can be changed using QwtAbstractScaleDraw::setTickLength().

Uwe