PDA

View Full Version : how to remove the white border of the canvas



gonna
11th November 2011, 20:23
how to remove the white border of the canvas,between the curve and the border of the QwtPlot
7094

Uwe
12th November 2011, 10:11
Such a border might result from your scales or some layout attributes - hard to know from a screenshot only.

But probably you want to do this:


plot->plotLayout()->setCanvasMargin( 0 );
Uwe