0
ModuleNotFoundError: No module named 'matplotlib'
ModuleNotFoundError: No module named 'matplotlib' import matplotlib.pyplot as plt plt.plot([1,2,3,4]) plt.ylabel('some numbers') plt.show()
3 Antworten
+ 1
It won't work on SoloLearn, unfortunately we can't use graphic libraries here.
+ 1
Did you: pip install matplotlib in cmd/terminal?
0
Yes it was in solo learning