I have widely used python to extract data from various external equipment components (from arduins to oscilloscopes), and I'm looking for a simplified way to create material.
There are already answers to similar questions about stack overflow: What is the best real-time widget for wxPython?
With the greatest reference to this beautiful piece of code by Eli Benderski http://eli.thegreenplace.net/2008/08/01/matplotlib-with-wxpython-guis/
But the amount of code is much more complicated than what I'm looking for. I am looking for something very minimalistic that simply displays data in real time when it flows from the source - it does not need a graphical interface, switches, knobs and sliders or anything like that.
It seems that solutions like calling pylab.plot () or pylab.show () in a loop do not seem to give the correct behavior.
Does anyone have any suggestions?
source share