Re: [Matplotlib-users] Update and replot data at a regular time rate

2007-10-10 Thread Christopher Barker
sidimok wrote: >>> I would venture a guess that the problem is how to update the plot. There are issues with calling Show() more than once - you may be able to set the interactive mode and get it to work. the other option is to write a very simple app with a GUI toolkit -- see the embedding in

Re: [Matplotlib-users] Update and replot data at a regular time rate

2007-10-10 Thread sidimok
>> I would venture a guess that the problem is how to update the plot. That's it! -- View this message in context: http://www.nabble.com/Update-and-replot-data-at-a-regular-time-rate-tf4600152.html#a13141806 Sent from the matplotlib - users mailing list archive at Nabble.com. --

Re: [Matplotlib-users] Update and replot data at a regular time rate

2007-10-10 Thread Tommy Grav
On Oct 10, 2007, at 12:53 PM, massimo sandal wrote: > sidimok ha scritto: >> I would write down an MPL script that loads a block data, >> generated on the >> fly (in a file) by another computing program, at a regular time >> rate, let's >> say every 30". The script may have an "exit button" t

Re: [Matplotlib-users] Update and replot data at a regular time rate

2007-10-10 Thread massimo sandal
sidimok ha scritto: I would write down an MPL script that loads a block data, generated on the fly (in a file) by another computing program, at a regular time rate, let's say every 30". The script may have an "exit button" to stop it, and it might proceed this way: 1. time = time_old 2. Load the

[Matplotlib-users] Update and replot data at a regular time rate

2007-10-10 Thread sidimok
Hi everyone! I would write down an MPL script that loads a block data, generated on the fly (in a file) by another computing program, at a regular time rate, let's say every 30". The script may have an "exit button" to stop it, and it might proceed this way: 1. time = time_old 2. Load the "data"