So the question is, how can I turn off auto-scaling and just
> leave the plot window to the specified rectangle
> [-1.1,1.1]^2 ?
No way in the current release. But it is a good idea so I just added
the "autoscale_on" property to the Axes, which you can use like
ax.set_autoscale_on(False)
I'm hoping to get a release out tomorrow, but the changes are in CVS.
Checking in lib/matplotlib/axes.py;
/cvsroot/matplotlib/matplotlib/lib/matplotlib/axes.py,v <-- axes.py
new revision: 1.109; previous revision: 1.108
Thanks for the suggestion,
JDH