[matplotlib-devel] implementing a new type of spectrogram [WAS: [Matplotlib-users] size of axes in pixels]

2006-12-06 Thread Glen W. Mabey
fferent view, a new image is created and displayed with extents that are appropriate to the new region of the axes that are displayed. Any tips would be appreciated. Best Regards, Glen Mabey On Tue, Oct 24, 2006 at 09:41:38AM -0700, Christopher Barker wrote: > Glen W. Mabey wrote: &g

[matplotlib-devel] segfault on specgram in svn

2006-12-08 Thread Glen W. Mabey
Hello, I've just switched to Python 2.5 and at the same time upgraded to numpy 1.0.1 with today's svn matplotlib, using the QtAgg backend (PyQt3 3.17). This is on an AMD64 (Opteron) machine. I get a segfault after these operations: In [1]:import numpy as N In [2]:specgram( N.random.randn( 256*50

Re: [matplotlib-devel] segfault on specgram in svn

2006-12-08 Thread Glen W. Mabey
On Fri, Dec 08, 2006 at 01:44:03PM -0600, John Hunter wrote: > >>>>> "Glen" == Glen W Mabey <[EMAIL PROTECTED]> writes: > > Glen> Hello, I've just switched to Python 2.5 and at the same time > Glen> upgraded to numpy 1.0.1 with today

Re: [matplotlib-devel] segfault on specgram in svn

2006-12-08 Thread Glen W. Mabey
On Fri, Dec 08, 2006 at 01:54:56PM -0600, Glen W. Mabey wrote: > On Fri, Dec 08, 2006 at 01:44:03PM -0600, John Hunter wrote: > > >>>>> "Glen" == Glen W Mabey <[EMAIL PROTECTED]> writes: > > > > Glen> Hello, I've just switched to Pyt

Re: [matplotlib-devel] [Matplotlib-users] [Numpy-discussion] which fft I should use

2007-01-02 Thread Glen W. Mabey
On Wed, Dec 27, 2006 at 12:58:24PM -0500, Robert Kern wrote: > Gennan Chen wrote: > > Hi! all, > > > > There are so many fft routines in Scipy/Numpy. Does anyone know > > which one should be used officially? > > For maximum portability and speed, use numpy.dual.fft() and its friends. That >

Re: [matplotlib-devel] Web interface for matplotlib

2007-04-18 Thread Glen W. Mabey
On Wed, Apr 18, 2007 at 03:10:54PM -0700, Yusdi Santoso wrote: > I'm not sure if this is the right mailing list for this, so please bear with > me if this is not for you. > > I have developed a web front end for matplotlib, rather inspired by matlab > development environment. You can find more o

Re: [matplotlib-devel] corner artifacts

2007-05-23 Thread Glen W. Mabey
On Wed, May 23, 2007 at 03:15:45PM -0500, John Hunter wrote: > I seem to be getting some corner artifacts when using *Agg that I > haven't seen before. Anyone else seeing something strange and any > idea why? I started seeing them with the QtAgg backend when I updated the svn version I was using.

[matplotlib-devel] small patch for axes.specgram

2007-11-13 Thread Glen W. Mabey
Hello, This is fairly minor, but I'd wonder if you'd consider including it. It adds an optional Fc parameter to the specgram method of the Axes class, and makes the calculation of the extent a bit more efficient. Also, a quick fix for mlab.py. Thank you, Glen Mabey *** zipsrc/matplotlib-200711

Re: [matplotlib-devel] small patch for axes.specgram

2007-11-14 Thread Glen W. Mabey
On Wed, Nov 14, 2007 at 08:59:15AM -0600, John Hunter wrote: > Glen, this looks fairly benign (the center frequency bit) so I am > happy to add it, but could I trouble you to make similar patch the > other spectral methods as well (eg psd, csd and cohere) for the sake > of consistency in the API?