This is just a question.
I have started to make my application with kivy in hope to build it with python-for-android, but the trick is that the application uses matplotlib script to draw images in 'Agg' mode and save them locally. Later, kivy application uses images, which were generated by matplotlib.
So the question is can I run matplotlib script in android environment? There is not much information about that on the internet, and maybe something has changed recently.
This is just a question.
I have started to make my application with kivy in hope to build it with python-for-android, but the trick is that the application uses matplotlib script to draw images in 'Agg' mode and save them locally. Later, kivy application uses images, which were generated by matplotlib.
So the question is can I run matplotlib script in android environment? There is not much information about that on the internet, and maybe something has changed recently.