Close

Pushing Matplotlib

A project log for PlainDAQ - DAQ Module for Raspberry Pi Pico

Open Source DAQ module for Raspberry Pi Pico

alperenAlperen 03/19/2022 at 13:100 Comments

Before I start developing GUI for PlainDAQ, I wanted to see how far I can push matplotlib

It can run at 60 FPS if you push it to its limits, which is more than I need.
There are occasional hiccups, but I think it's fine.

Here is the code if you're curious:

https://github.com/AlperenAkkuncu/PlainDAQ/blob/main/Development/GUI/sinewave_stress_test.py

The graph is embedded in tkinter because I am thinking about developing the GUI with tkinter and matplotlib.

Discussions