Replies: 1 comment
-
There's an example of how to show a matplotlib figure in an Android app at beeware/briefcase-android-gradle-template#52. Unfortunately, there's currently no easy way for it to react to clicks on the figure itself. You could try adding some buttons outside of the figure instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to show matplotlib figure in the android app, so I can enlarge the image and click on a point to display the value. How can I show matplotlib figure in the android app?
The matplotlib figure is like this,

Beta Was this translation helpful? Give feedback.
All reactions