First, I get the QwtScaleMap from my PlotWidget (which is part of a parameters object that I can easily pass to other objects):
Wrong maps - as long as you don't want to paint to the plot canvas widget. Instead you have to use the maps, that are passed as parameters f.e. to QwtPlotItem::draw().
Wrong maps - as long as you don't want to paint to the plot canvas widget. Instead you have to use the maps, that are passed as parameters f.e. to QwtPlotItem::draw().
Yes, that caused the problem of the displacement
I can't believe I missed something that obvious. Thank you very much
But the problem with the small axes and labels when using high resolutions persists.
Bookmarks