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