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