Hi

I'm implementing a program for an experiment that will capture data points over the course of several hours. I want to be able to visualise the data as it's captured. I'm open to whatever solution works best, but it seems that it's a bit of a fiddle to do this in matplotlib, and so I've turned to Gnuplot.py, which (obviously) interfaces with gnuplot.

Here's something that works:

Code:
import Gnuplot
...