Re: [Matplotlib-users] plotting tab and comma delimited file (LTSpice waveform export)

2010-12-04 Thread Stephen Evans
= processFile('ltspice.data') # convert to numpy arrays for use with matplotlib freq = np.asarray(processed.freq) magnitude1 = np.asarray(processed.magnitude1) magnitude2 = np.asarray(processed.magnitude2) magnitude3 = np.asarray(processe

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

[Matplotlib-users] matplotlib with psyco

2010-07-14 Thread Stephen Evans
>>> import numpy >>> numpy.version.version '1.4.1' >>> import matplotlib >>> matplotlib.__version__ '0.99.3' Psyco V2 is available from: http://codespeak.net/svn/psyco/v2/dist/ Should numpy.min()/numpy.amin() be