Re: matplotlib real time grap.

2006-11-16 Thread Jeff Sandys
It sounds like you need a stripchart like: http://jstripchart.sourceforge.net/ written in Python of course. On Nov 16, 12:02 am, "luca72" <[EMAIL PROTECTED]> wrote: ... > > with this i have the grap on the screen but i have to update every time > that i receive others data coming from two instrume

matplotlib real time grap.

2006-11-16 Thread luca72
Hello at all. I need to do a real time plot where on the frame i have this like limit line: import math dati = [] for freq in range(int(freqiniziale), (int(freqfinale )+ 1)): forza = float(massa) * ((2*math.pi*freq)**2)/10 dati.append(forza) a