[Matplotlib-users] Dynamic plotting?

2009-06-29 Thread guillaume ranquet
Hi list I've been asked to transform my app to something more dynamic it currently reads an xml file, it has now to read a stream of xml from a socket (I can handle this part :D) and plot each point as they are coming from the network. I'll end up having tons of points over multiple axes; I

Re: [Matplotlib-users] Dynamic plotting?

2009-06-29 Thread Sandro Tosi
Hello guillaume, On Mon, Jun 29, 2009 at 10:53, guillaume ranquetgranq...@wyplay.com wrote: I've been asked to transform my app to something more dynamic it currently reads an xml file, it has now to read a stream of xml from a socket (I can handle this part :D) and plot each point as they are

Re: [Matplotlib-users] Dynamic plotting?

2009-06-29 Thread guillaume ranquet
Sandro Tosi wrote: Hello guillaume, On Mon, Jun 29, 2009 at 10:53, guillaume ranquetgranq...@wyplay.com wrote: I've been asked to transform my app to something more dynamic it currently reads an xml file, it has now to read a stream of xml from a socket (I can handle this part :D) and plot