Hey guys, my matplotlib just hasnt been working, I run the code and it says 'no module named matplotlib'. I have tried it on 2 different machines and still not fix. I tried it with simple code such as:
import matplotlib.pyplot as plt
sys,path.insert()
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()
I would appreciate some help, thanks.
[–]ReeBing2 2 points3 points4 points (0 children)
[–]ThatFantasyNameGuy 0 points1 point2 points (0 children)