[Matplotlib-users] more on continous plotting

2007-12-03 Thread ray sa
Hello Thanks for those whom have helped. I manage to get it to work but it is not working so smoothly. Does anyone know of another way I can achieve pleasant results? I am new to this with python and am trying to get my head around this. Basically I would like to plot a log file continuou

[Matplotlib-users] continuous plotting..

2007-12-02 Thread ray sa
Hello I am trying to use this application to plot a diagram from a log file that is always active and storing data. I have written the following and I have issues once I touch the figure window it freezes... from pylab import * import time val = 1 while True: inData = load('c:\\data.txt')