matplotlib4j
matplotlib4j copied to clipboard
can i use matplotlib4j for android app?
matplotlib4j is java library.
so i suppose that android app is java language,
and i apply for android studio
but i cant use it
i succesfuly get library to android studio
and write the example code in mainActivity.java
but i cant see that.
Hi @thetestid
Do you have Python runtime on your Android environment? matplotlib4j
fully depends on matplotlib
Python library, so it is required. I have not tried to run matplotlib4j on Android so I'm not 100% sure if it is possible, but maybe chaquopy
or some solution might help you.