You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: