kivy-garden / garden.matplotlib

Matplotlib backends using kivy
MIT License
104 stars 50 forks source link

Panning is extremely slow! And other widgets do not work! #72

Open bushmanr1 opened 3 years ago

bushmanr1 commented 3 years ago

The panning tool is extremely slow. When I try to pan there is a considerable amount of lag which makes it almost impossible to use. Also the subplots button is not even implemented. The comments in the code even say that it isn't implemented yet. Please implement it!

mp-007 commented 2 years ago

See my widget for matplotlib, it's much faster: https://github.com/mp-007/kivy_matplotlib_widget

randytbushman commented 2 years ago

I will give it a shot. Thank you! Is there any way you can put this in the kivy garden?

mp-007 commented 2 years ago

For the moment, I check if my widget is useful for some people. If I have good feedback, I will maybe put this in the kivy garden.