Re: [Matplotlib-users] pcolor

2011-04-01 Thread Oleksandr Huziy
Ok, it works ok with pcolormesh, sorry for bothering you. -- Oleeksandr 2011/4/1 sanGuziy > > Dear list, > > I have a question concerning pcolor. > I am trying to plot a huge 2d array 15000x1. > And in top I see that the program already uses 31Gb of ram and it grows. > Is this expected beh

[Matplotlib-users] pcolor

2011-04-01 Thread sanGuziy
Dear list, I have a question concerning pcolor. I am trying to plot a huge 2d array 15000x1. And in top I see that the program already uses 31Gb of ram and it grows. Is this expected behaviour? Why it needs so much memory? the sctipt is simple: import matplotlib import numpy as np import ma

Re: [Matplotlib-users] Changing xlabel/ylabel position

2011-04-01 Thread andes
Thanks so much JJ! It works great. carlo Jae-Joon Lee wrote: > > If you want full control of label coordinates, you need to use > "Axis.set_label_coords" method. For example, > > ax = gca() > ax.xaxis.set_label_coords(0.5, -0.1) > > And alternative way is to adjust the padding between the ax

[Matplotlib-users] matplotlib_specgram actual power

2011-04-01 Thread Garlock, Lee
Using some real world measurement data that has an underlying comb spectrum with specgram, I have noticed an issue with the amplitude of narrowband signals being affected by the number of FFT points used (NTTF). For areas where there is no signal (in this case near 0 Hz) I see the noise floor (

Re: [Matplotlib-users] applying colormap to a line

2011-04-01 Thread Stan West
From: Nat Echols [mailto:nathaniel.ech...@gmail.com] Sent: Thursday, March 31, 2011 16:47 I'd like to divide the line segments up to get a smoother color gradient, but the values are dictated by the experiment, not a mathematical function. so I guess what I'm really asking for is a way to add