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
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')