My regular code doesn't work well in PyDroid
from pylab import *
It won't show the plot, but the savefig command is still works (we open the picture of the plot on file manager then).
To display the graphic on PyDroid natively, I have to explicitly import matplotlib module.
.
.
.
ig: NugNux