1
Fork 0
mpu6050/viz
2019-04-17 10:49:52 +02:00
..
README.md basic line plotting 2019-04-17 10:49:52 +02:00
requirements.txt basic line plotting 2019-04-17 10:49:52 +02:00
viz.py basic line plotting 2019-04-17 10:49:52 +02:00

For requirements, see requirements.txt

On linux, you need to install tkinter with

$ sudo apt-get install python3-tk

If you're having issues with matplotlib, install with apt

$ sudo apt-get install python3-matplotlib