how do I get past show()

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 can not figure how to get past "show()".

Suggestions?

cheers, Dan

Daniel A. Klinglesmith III
Magdalena Ridge Observatory
New Mexico Tech
(575) 835-6802

http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg12365.html

Oddly this is not in the FAQ is the documentation points to a missing item:
http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.show

Alan 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()".