[Matplotlib-users] python and matplotlib animation

2008-12-28 Thread davev
After searching through the forums and trying many different things I have been unable to get animation working correctly using matplotlib in my python application. I'm hoping one of the experts here can take a quick look at my code and tell me what I am doing incorrectly. What I am seeing is th

Re: [Matplotlib-users] Plotting NOAA data...

2008-12-28 Thread antonv
Hey Jeff, I've got it sorted out a bit now. You're right the data was an output from Degrib and I had the option to output the csv's with or without data in the land areas. As before I was using a program that was placing the pixels in an image based on the X and Y columns it didn't create an iss

Re: [Matplotlib-users] Displaying data that is changing

2008-12-28 Thread John Hunter
On Sun, Dec 28, 2008 at 12:39 PM, Leotis buchanan wrote: > Hey Guys, > > I want to use matplotlib to plot data that is changing every second, I am > thinking that in order to do this i will have to update the data array with > the new data , > and redraw the graph. Is this the recommended way to d

Re: [Matplotlib-users] Displaying data that is changing

2008-12-28 Thread Kaushik Ghose
Leotis buchanan wrote: > > I want to use matplotlib to plot data that is changing every second, I am > thinking that in order to do this i will have to update the data array with > the new data , > and redraw the graph. Is this the recommended way to do it ? Depending on what environment you a

Re: [Matplotlib-users] Plotting NOAA data...

2008-12-28 Thread Jeff Whitaker
antonv wrote: > It seems that I just cannot grasp the way the data needs to be formatted for > this to work... > I've used the griddata sample that James posted but it takes about 10 > minutes to prep the data for plotting so that solution seems to be out of > discussion. > > I guess my issue is th

[Matplotlib-users] Displaying data that is changing

2008-12-28 Thread Leotis buchanan
Hey Guys, I want to use matplotlib to plot data that is changing every second, I am thinking that in order to do this i will have to update the data array with the new data , and redraw the graph. Is this the recommended way to do it ? Thanks -- Leotis Buchanan Manager/Electronic Design Syste