[matplotlib-devel] pylab.axis(ymin=-1) crashes with exception

2007-02-09 Thread Jörgen Stenarson
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

Re: [matplotlib-devel] pylab.axis(ymin=-1) crashes with exception

2007-02-09 Thread John Hunter
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

[matplotlib-devel] [Fwd: Re: [Distutils] Confusion about the effect of eggs on import]

2007-02-09 Thread Andrew Straw
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