Skip to content Skip to sidebar Skip to footer

How To Use Matplotlib Animation Within Kivy

I want to show a live diagram of acceleration sensor data. Kivy is the framework and matplotlib should be used for the plot. I can easily integrate a static plot in my app screens,

Solution 1:

You can use matplotlib integration example from kivy garden: https://github.com/kivy-garden/garden.matplotlib


Another option is https://github.com/kivy-garden/garden.graph , with an animated presentation embedded into init.py file.

Post a Comment for "How To Use Matplotlib Animation Within Kivy"