0
*Python* Module not found problem on code playground.
On the code play ground, I'm trying to run a code with matplotlib But the output keeps saying module not found Below is like a sample of what i wanna test with matplotlib: import matplotlib.pyplot as plt x=[1 ,2 ,3 ,4 ,5] y=[6 ,8 ,9 ,12] color=[ 'red' , 'green' , 'blue' , 'black'] plt.plot(x,y) plt.xlabel("distance travelled") plt.ylabel("time taken") plt.show()
9 odpowiedzi
+ 1
~ swim ~ please do you know any online compiler that supports it?
+ 1
~ swim ~ I'm trying to write and execute programs on my mobile,
Currently don't have access to a system,
+ 1
Install Pydroid 3 from playstore
+ 1
Well, i havent used it so i wouldnt know. The only other alternative is to download the library on a desktop computer or laptop
0
Mirielle🐶 [Inactive] please how can i go about that
0
Anyone tried pydroid3 if they have an android device? I think it Kivy and Tkinter but I havent gotten around to download the matplotlib library
0
Yeah
0
John
Im using pydroid, thats what's giving me the matplotlib problem
0
Oh