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,
>
>
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
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
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
--