Plot, plotting outside y-range ?

hello,

I've just switched from wxPyPlot to Plot,
which should be the same, just better adapted to the newer wxPython.

But something seems to be lossed or changed,
or some default setting seems to have changed.

In the OLD version, I could try plot outside my drawing canvas,
without any effect (besides I couldn't see it).
In the NEW (current) version if I draw outside the canvas,
it automatically enlarges the canvas, and creates scrollbars.
As my plotting is dynamical, this is quit frustating.

Any solution, work around ?

I attached the code (wxPyPlot_demo), has a switch between old and new at the top,
also old lib (wsPyPlot) attached .

cheers,
Stef

wxPyPlot.py (56.1 KB)

wxPyPlot_demo.py (2.53 KB)