matplotlib4j icon indicating copy to clipboard operation
matplotlib4j copied to clipboard

can i use matplotlib4j for android app?

Open thetestid opened this issue 2 years ago • 1 comments

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.

thetestid avatar Mar 28 '22 19:03 thetestid

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.

sh0nk avatar Mar 31 '22 01:03 sh0nk