I have an image in format memory (output from pyplot) and I want to directly show it on Android through Kivy, but I do not want to create an image file. Is there any way to do this? On pyplot, I can generate the file as an object by writing it as an object, but I don't know how to put it in Kivy.
source
share