I would like to print two plots on 2 different pages
I tried
Code:
qwtVan->print(printer,filter); printer.newPage(); qwtPlot->print(printer,filter);
but the outpute pdf contains only the last plot (qwtPlot).
Any suggestion?
Printable View
I would like to print two plots on 2 different pages
I tried
Code:
qwtVan->print(printer,filter); printer.newPage(); qwtPlot->print(printer,filter);
but the outpute pdf contains only the last plot (qwtPlot).
Any suggestion?