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
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
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