Plot using Python in Code Playground? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Plot using Python in Code Playground?

I tried to import pyplot in the code playground however it wouldn't recognise it. Input: import matplotlib.pyplot as plt Output: ImportError: No module named 'matplotlib' Is there any other way to plot graphs using the code playground for Python3?

9th Apr 2017, 2:51 PM
Malik Glossop
Malik Glossop - avatar
3 Answers
+ 6
You can't do much in Code Playground including matplotlib module.
9th Apr 2017, 3:23 PM
Mr.Robot
Mr.Robot - avatar
0
Nop, to solve this install module on your PC, pip install matplotlib
10th Apr 2017, 10:38 AM
nextco
nextco - avatar
0
U can use matplotlib in pydroid
30th Mar 2020, 8:03 AM
Anmol R J
Anmol R J - avatar