Re: [matplotlib-devel] per axis autoscale_on

2008-11-22 Thread Jozef Vesely
Sorry mistake sneaked in, correct patch is: --- axes.py.old 2008-11-22 18:15:17.0 +0100 +++ axes.py 2008-11-22 18:24:09.0 +0100 @@ -1480,6 +1480,11 @@ """ # if image data only just use the datalim if not self._autoscaleon: return + +if iterab

[matplotlib-devel] per axis autoscale_on

2008-11-22 Thread Jozef Vesely
Hello matplotlib developers, I found useful to autoscale just one axis. Here is the quick noninvasive patch to illustrate the idea. Real solution should change whole autoscale_on semantics (get_, set_, docstrings). As I am not very familiar with your api standards I leave it to you. Jozef Vesely