+ 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?
3 Respuestas
+ 6
You can't do much in Code Playground including matplotlib module.
0
Nop, to solve this install module on your PC, pip install matplotlib
0
U can use matplotlib in pydroid