Pico Data Plotter (PyQt5)

This utility GUI application is a tool for plotting a stream of numbers from a microcontroller. It follows the convention of the mu editor by accepting vectors printed as tuples, which allows other debugging data to be interspersed but ignored.

../_images/qt_pico_plotter.png

The data plotter application in operation.

The application is provided all in one file and can be be directly downloaded from qt_pico_plotter.py.

Installation Requirements

The code requires a working installation of Python 3 with PyQt5 and pyqtgraph.

These can be installed using pip as follows:

pip3 install PyQt5
pip3 install pyqtgraph

For more suggestions on setting up your Python system please see Python 3 Installation.