Hi,

i couldnt find any hints on how to change the basic layout of the qwt plot. All i want is to change the axis and plot background to a different color and remove the frame border between the axis and the plot.
as far as i understood it i have to change a QwtPlotPrintFilter object.

i tried it with this in the constructor method of my plot class:
Qt Code:
  1. filter.color(Qt::white,QwtPlotPrintFilter::WidgetBackground );
  2. filter.apply(this);
  3. this->replot();
To copy to clipboard, switch view to plain text mode 

but this doesnt work... maybe someone could help me out here.

thx!
lutz