Hi all,
I'm building a tool that interfaces with a serial port that spits out data. I want to graph the data real time and have chose Gnuplot.py

The number of data 'files' to graph will be flexible but known before execution of the program (up to 6 currently but this could change). I want to write it so that the number a Data objects plotted is flexible without a cascade of if + elif statments as I have already written. ...