*Python* Module not found problem on code playground. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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()

18th Nov 2019, 12:46 PM
Benedict Ositadinma Ejelonu
Benedict Ositadinma Ejelonu - avatar
9 Antworten
+ 1
~ swim ~ please do you know any online compiler that supports it?
18th Nov 2019, 1:17 PM
Benedict Ositadinma Ejelonu
Benedict Ositadinma Ejelonu - avatar
+ 1
~ swim ~ I'm trying to write and execute programs on my mobile, Currently don't have access to a system,
18th Nov 2019, 1:29 PM
Benedict Ositadinma Ejelonu
Benedict Ositadinma Ejelonu - avatar
+ 1
Install Pydroid 3 from playstore
20th Nov 2019, 11:01 AM
Varun Thacker
Varun Thacker - avatar
+ 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
22nd Nov 2019, 10:52 AM
John
0
Mirielle🐶 [Inactive] please how can i go about that
18th Nov 2019, 1:29 PM
Benedict Ositadinma Ejelonu
Benedict Ositadinma Ejelonu - avatar
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
20th Nov 2019, 10:26 AM
John
0
Yeah
20th Nov 2019, 11:02 AM
John
0
John Im using pydroid, thats what's giving me the matplotlib problem
20th Nov 2019, 11:41 AM
Benedict Ositadinma Ejelonu
Benedict Ositadinma Ejelonu - avatar
0
Oh
22nd Nov 2019, 10:51 AM
John