[Matplotlib-users] how do I get past show()

2009-08-14 Thread Dan Klinglesmith
I am writing a python script that is a continuous running script in which I want to update a weather data plot. In other words I am collecting weather data (temperature, RH, winds, etc) on a regular basis and want to update a plot of the last 24 hours worth of data. I can make the plots but

Re: [Matplotlib-users] how do I get past show()

2009-08-14 Thread Alan G Isaac
On 8/14/2009 11:54 AM Dan Klinglesmith apparently wrote: I am writing a python script that is a continuous running script in which I want to update a weather data plot. [...] I can make the plots but can not figure how to get past show().