matplotlib not found __WHY??
Verfasst: Freitag 11. November 2016, 20:26
Hi Community,
habe soeben mittels alle für die mathematischen Berechnungen relevanten
Bibliotheken erfolgreich installiert.
Wenn ich jetzt aber folgenden Code eingebe
meldet mit der Intepreter "no module named matplotlib"
Wie kann das sein, bzw. was muss ich tun?
habe soeben mittels
Code: Alles auswählen
sudo apt-get install python-matplotlib python-matplotlib-doc ipython
Bibliotheken erfolgreich installiert.
Wenn ich jetzt aber folgenden Code eingebe
Code: Alles auswählen
import pylab as p
x = p.arange(0,7,0.01)
y = p.sin(x)
p.plot(x,y)
p.show()
Wie kann das sein, bzw. was muss ich tun?