hi
the recent announcment of matplotlib 0.9 made me look through my notes
on bugs I've found. With 0.87.7 pylab.axis does not support setting of
axislimits, I have attached a crash report. I think the problem is a
change in the handling of kwargs in set_*lim in axes.py.
/Jörgen
In [1]: x=aran
On 2/9/07, Jörgen Stenarson <[EMAIL PROTECTED]> wrote:
> the recent announcment of matplotlib 0.9 made me look through my notes
> on bugs I've found. With 0.87.7 pylab.axis does not support setting of
> axislimits, I have attached a crash report. I think the problem is a
> change in the handling o
It looks like we're on the hook for some bugs associated with our use of
setuptools... I'm forwarding an email from the distutils-sig.
The short of it is that Phillip Eby suggests we move matplotlib.toolkits
to matplotlib_toolkits to save ourselves some grief. This does seem
easier than the ap