Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive graphs with kivy #68

Open
ToshiEAB opened this issue Sep 29, 2020 · 1 comment
Open

Interactive graphs with kivy #68

ToshiEAB opened this issue Sep 29, 2020 · 1 comment

Comments

@ToshiEAB
Copy link

I can display a matplotlib graph on a kivy's widget using kivy-garden's garden.matplotlib. Now I'm trying to make an interactive graph so that, for instance, I can open a file by clicking a specific data point on the graph. The original matplotlib has callback functions for create interactive graphs (see attachment) but these functions seem to be lost after displaying on kivy's widgets. Is there any way to have callback functions on the kivy's widget?

Thanks in advance!

Untitled

@mp-007
Copy link

mp-007 commented Jan 6, 2022

for interactive graphs in kivy, I think my matplotlib widget is much better for this: https://github.com/mp-007/kivy_matplotlib_widget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants