Iโm kind of new to Python and trying to create a graphing application for values โโread through RS232 from a sensor. I managed (after some examples of reading and copying on the Internet) to get a plot working on a timer update that is great. My only problem is that I cannot get multiple rows of data into the same plot. Anyone have a solution?
This is the code that I have developed so far:
import os import pprint import random import sys import wx
Gr3n source share