Re: [Matplotlib-users] How to use specgram() window function?

2011-09-19 Thread Fabrice Silva
Le lundi 19 septembre 2011 à 19:54 +0200, Klonuo Umom a écrit : > I want to use kaiser window that's part of numpy for drawing spectrogram > > specgram(x, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none, >window=mlab.window_hanning, noverlap=128, >cmap=None, xextent=None, p

Re: [Matplotlib-users] Controlling spacing between subplots

2011-09-19 Thread Brad Malone
Hello again, I've actually made some more progress on my last question after finding this site: http://www.scipy.org/Cookbook/Matplotlib/Multiple_Subplots_with_One_Axis_Label and I was able to adjust the widths of my spacing. My current plot looks like this: http://imageshack.us/photo/my-images/

[Matplotlib-users] Controlling spacing between subplots

2011-09-19 Thread Brad Malone
Hi, I am trying to do a simple 2x2 box of plots. My code is so far very simple, and simply looks something like this. ax=subplot(221) > > plot(x2cp,y2cp) > ax.set_title('2cP') > ylabel('Displacement') > ax=subplot(222) > plot(x2cb,y2cb) > ax.set_title('2cB') > ax=subplot(223) > plot(x6fp

[Matplotlib-users] How to use specgram() window function?

2011-09-19 Thread Klonuo Umom
I want to use kaiser window that's part of numpy for drawing spectrogram specgram(x, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none, window=mlab.window_hanning, noverlap=128, cmap=None, xextent=None, pad_to=None, sides='default', scale_by_freq=None, **kwargs) *wi

Re: [Matplotlib-users] x, y labels with varying font styles

2011-09-19 Thread Michael Droettboom
On 09/14/2011 05:48 PM, Benjamin Root wrote: On Wed, Sep 14, 2011 at 4:34 PM, CAB > wrote: But now, let's say I want to italicize only the 'f' and 'x'. I can't find any easy way to do that while retaining the Arial font. And no, I don't want to use TeX

Re: [Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-09-19 Thread Marc Magrans de Abril
Hi Ben, Finally, I updated ti Python 2.6.7, numpy 1.6.1, and matplotlib 1.0.1. The update solved the problem. Thanks, marc On Wed, Aug 10, 2011 at 8:41 PM, Marc Magrans de Abril wrote: > Hi Ben, > > I will try to do it. Once it is done I let you know. > > Cheers, > marc > > On Wed, Aug 10, 2011