Hi,

I want to display a plot without margins at the left and right sides.
I tried using

Qt Code:
  1. plot->axisScaleEngine(QwtPlot::xBottom)->setMargins(0., 0.);
To copy to clipboard, switch view to plain text mode 
but it doesen't change anything.

On both sides there is still free space which is not used by the plot.
How can I solve this?