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

[matplotlib-devel] legend marker clipping

2008-11-15 Thread Jozef Vesely
Hello, legends outside axes display only line without markers. Somebody forgot to unset clipping. Bye Jozef Vesely --- matplotlib-0.98.3.orig/lib/matplotlib/legend.py 2008-08-03 20:15:03.0 +0200 +++ matplotlib-0.98.3/lib/matplotlib/legend.py 2008-11-15 13:41:09.0 +0100

[matplotlib-devel] svg.image_noscale and others

2008-11-13 Thread Jozef Vesely
r (animated artist should be saved, although they can not animate in hardcopy) Thanks for reviewing my suggestions Jozef Vesely [EMAIL PROTECTED] --- /usr/lib/python2.5/site-packages/matplotlib/backends/backend_svg.py 2008-08-03 20:15:03.0 +0200 +++ backend_svg.py 20