I'm afraid there is no easy way to implement your scales at the bottom and you would have to overwrite:
- QwtAbstracScaleDraw::draw
- QwtPlotRenderer::renderScale
more or less from scratch.
ciao,
Uwe
I'm afraid there is no easy way to implement your scales at the bottom and you would have to overwrite:
- QwtAbstracScaleDraw::draw
- QwtPlotRenderer::renderScale
more or less from scratch.
ciao,
Uwe
haylie.everett (30th August 2019)
Okay, I tried to overwrite the QwtScaleDraw but I see how I would have to actually do the QwtAbstractScaleDraw. I didn't know about the QwtPlotRenderer so thanks for that as well! I appreciate it!
Bookmarks