Re: [Matplotlib-users] animation.FuncAnimation

2011-12-21 Thread Nils Wagner
On Tue, 20 Dec 2011 10:48:42 -0600 Ryan May wrote: > On Tue, Dec 20, 2011 at 8:00 AM, Nils Wagner > wrote: >> Hi all, >> >> How do I use animation.FuncAnimation to plot real-life >> data from parsing a text file ? > > Here's a version that does what I think you want: > > import matplotlib.pyp

Re: [Matplotlib-users] Griddata failling; how to try natgrid version?

2011-12-21 Thread Jeff Whitaker
On 12/21/11 12:31 AM, Brad Malone wrote: Hi, I'm still working on my interpolating from an irregularly space grid and then running pcolormesh on the resulting output. With some of the newer data I've been plotting I've noticed that my plots are complete garbage. I realized that this was actuall

Re: [Matplotlib-users] Griddata failling; how to try natgrid version?

2011-12-21 Thread Brad Malone
Jeff, Thanks. That indeed did work (after downloading python-dev package). I just didn't know that 'install' was the argument that I was supposed to pass to it =) After installing I tried griddata again. My input data was originally a list. The new griddata didn't like this and so I simply used a