Hello,

I have a PlotRescaler, which i use so the drawn curve wont lose its real shape regrading X and Y when i stretch the plot.

I using : setRescalePolicy( QwtPlotRescaler::Fixed );

i use
Curve->setItemAttribute(QwtPlotItem::AutoScale,true); so to show the curve when i middle of the plot when i draw it.

so the later affects the rescaler, so what should i do to prevent this affect ???

so the curve will show in the middle of plot when i draw it but not stretched with the plot but keeps its real shape.
so if i draw a circle show like a circle not an oval, or if i draw a square dont get stretched and look like a rectangle

thanks