Re: [Matplotlib-users] matplotlib with psyco

2010-07-15 Thread Stephen Evans
On 14/07/2010 23:32, Eric Firing wrote: > On 07/14/2010 11:41 AM, Stephen Evans wrote: > >> Hi, >> >> While testing Psyco V2 to see if it would offer any speed improvements I >> tried it with some applications using matplotlib. Exceptions were raised >> that were easily resolved by replacing ca

Re: [Matplotlib-users] matplotlib with psyco

2010-07-14 Thread Eric Firing
On 07/14/2010 11:41 AM, Stephen Evans wrote: > Hi, > > While testing Psyco V2 to see if it would offer any speed improvements I > tried it with some applications using matplotlib. Exceptions were raised > that were easily resolved by replacing calls to min() and max() with > their numpy equivalents

[Matplotlib-users] matplotlib with psyco

2010-07-14 Thread Stephen Evans
Hi, While testing Psyco V2 to see if it would offer any speed improvements I tried it with some applications using matplotlib. Exceptions were raised that were easily resolved by replacing calls to min() and max() with their numpy equivalents numpy.amin() and numpy.amax() in the matplotlib cod