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"

Re: [Matplotlib-users] Problem with .png files?

2007-10-10 Thread Michael Droettboom
Great! Glad to know I wasn't going crazy ;) Cheers, Mike Wayne E. Harlan wrote: > By the time I did the update it was at 3931 but it works just fine. I > inserted the 6"x8" picture into swriter and it shows up at 6"x8". > Thank you very much ! > > Wayne > > Michael Droettboom wrote: >> Wa

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-10 Thread Jeff Whitaker
Adam Mercer wrote: > On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > > >> Adam: If you can convert your coordinates into latitudes and >> longitudes, then you can plot the data with the basemap tookit on your >> choice of map projection (see >> http://www.scipy.org/Cookbook/Matplotlib