且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Kivy中使用Matplotlib动画

更新时间:2023-11-22 22:57:52

您可以使用kivy garden中的matplotlib集成示例: https://github.com/kivy-garden/garden.matplotlib

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

另一个选项是 https://github.com/kivy-garden/garden.graph ,并将动画演示文稿嵌入到init.py文件中。

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