Re: Chaco for real-time plot of PySerial data

2011-11-03 Thread Robert Kern
On 11/1/11 10:27 PM, Jack Keegan wrote: Hi there, I asked this question on the enthought chaco mailing list some time last by have yet to receive a reply. Thought I'd ask here to see if anyone could shed some light on things for me. I have been considering using chaco / traits for close to a yea

Chaco for real-time plot of PySerial data

2011-11-01 Thread Jack Keegan
Hi there, I asked this question on the enthought chaco mailing list some time last by have yet to receive a reply. Thought I'd ask here to see if anyone could shed some light on things for me. I have been considering using chaco / traits for close to a year now and am finally biting the bullet so

Re: Real time plot

2007-10-05 Thread Jean-Francois Canac
"Lawson Hanson" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Nicholas Bastin wrote: >> On 10/4/07, Jean-Francois Canac <[EMAIL PROTECTED]> wrote: >>> [EMAIL PROTECTED] I would draw dots on a suitably sized Tkinter canvas, after drawing a schematic of the

Re: Real time plot

2007-10-05 Thread Hendrik van Rooyen
"Jean-Francois Canac" wrote: "Hendrik van Rooyen" a écrit dans le message de news: >> >> I would draw dots on a suitably sized Tkinter canvas, after drawing a >> schematic >> of the race track (laborious). >> >> 20 per second will be no problem, provided the machine is half decent. >> >> What

Re: Real time plot

2007-10-05 Thread Lawson Hanson
Nicholas Bastin wrote: > On 10/4/07, Jean-Francois Canac <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] >>> I would draw dots on a suitably sized Tkinter canvas, after drawing a >>> schematic >>> of the race track (laborious). >>> >>> 20 per second will be no problem, provided the machine is half

Re: Real time plot

2007-10-04 Thread Nicholas Bastin
On 10/4/07, Jean-Francois Canac <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] > > I would draw dots on a suitably sized Tkinter canvas, after drawing a > > schematic > > of the race track (laborious). > > > > 20 per second will be no problem, provided the machine is half decent. > > > > What is th

Re: Real time plot

2007-10-04 Thread Jean-Francois Canac
"Hendrik van Rooyen" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Jean-Francois Canac wrote: > >>I am reading a large amount of data from a COM port (or from a file) at a >>rate > of 20 records per second. It is about >positioning of a vehicle on a race > track. >>I

Re: Real time plot

2007-10-04 Thread Hendrik van Rooyen
Jean-Francois Canac wrote: >I am reading a large amount of data from a COM port (or from a file) at a rate of 20 records per second. It is about >positioning of a vehicle on a race track. >In each record we have time, position (lat and long) speed, course all from GPS equipment. I would like to

Real time plot

2007-10-03 Thread Jean-Francois Canac
I am reading a large amount of data from a COM port (or from a file) at a rate of 20 records per second. It is about positioning of a vehicle on a race track. In each record we have time, position (lat and long) speed, course all from GPS equipment. I would like to Produce a graph in real time wi