Re: [matplotlib-devel] Matplotlib patch on EPD trac?

2009-01-09 Thread John Hunter
Ryan May has been doing all the heavy lifting with respect to PSD and specgram, so I am going to turf this to him :-) It may be that the bug filer's problems are resolved in the recent changes in 98.5.2, but Ryan should confirm On Fri, Jan 9, 2009 at 2:45 PM, Dave Peterson wrote: > Hi John, > >

Re: [matplotlib-devel] Matplotlib patch on EPD trac?

2009-01-09 Thread Ryan May
John Hunter wrote: > Ryan May has been doing all the heavy lifting with respect to PSD and > specgram, so I am going to turf this to him :-) It may be that the > bug filer's problems are resolved in the recent changes in 98.5.2, but > Ryan should confirm > > On Fri, Jan 9, 2009 at 2:45 PM, Dave

[matplotlib-devel] matplotlib+setuptools

2009-01-09 Thread Paul Kienzle
Hi, I'm sending a little module I use to force a particular version of matplotlib and backend in my library. This is imported in my package __init__.py to make sure the environment is sane. It can also be imported in the beginning of the app to set up a sane environment, which may be nec

[matplotlib-devel] maximum recursion error with imshow

2009-01-09 Thread Darren Dale
I noticed today, through a fault in my own code, that imshow produces a maximum recursion error if passed an extents list of strings instead of numbers. Its kind of a rediculous scenario, but I thought I should bring it up just in case. Darren --