Re: [matplotlib-devel] Comparison of mlab.csd and Matlab's cpsd

2010-02-06 Thread Ariel Rokem
Hi - thanks Ludwig. I don't think that a major reworking of the logic of the function is needed. Simply replacing the line you mentioned with: Pxy *= 1 / (np.abs(windowVals)**2).sum() Pxy[1:-1] *= scaling_factor if scale_by_freq: Pxy[[0,-1]] /= Fs seems to solve the 0 and NFF

[matplotlib-devel] GNU/Hurd support

2010-02-06 Thread Benjamin Drung
Hi, we applied 40_hurd.patch for building matplotlib on Debian GNU/Hurd. Additional attached the 10_build_fix.patch. This patch does two things. First it enables matplotlib on all Debian architectures. The second things is that it removes /usr/local from the basedir. It would be nice if you can

Re: [matplotlib-devel] colorbar issue

2010-02-06 Thread Jae-Joon Lee
I just committed the changes. Regards, -JJ On Wed, Jan 27, 2010 at 2:31 PM, Eric Firing wrote: > Jae-Joon Lee wrote: >> >> On Mon, Jan 25, 2010 at 7:19 PM, Jae-Joon Lee >> wrote: >>> >>> Adding a "set_ticks" method seems reasonable. >> >> A patch is attached. > > It looks like exactly what I

Re: [matplotlib-devel] GNU/Hurd support

2010-02-06 Thread Eric Firing
Benjamin Drung wrote: > Hi, > > we applied 40_hurd.patch for building matplotlib on Debian GNU/Hurd. > > Additional attached the 10_build_fix.patch. This patch does two things. > First it enables matplotlib on all Debian architectures. The second > things is that it removes /usr/local from the ba