Ich bin neu in Python und möchte seine plot
Funktionalität zum Erstellen von Diagrammen verwenden. Ich benutze Ubuntu 12.04. Ich habe die Python-Installationsschritte von http://eli.thegreenplace.net/2011/10/10/installing-python-2-7-on-ubuntu/ befolgt, aber wenn ich das tue
from pylab import *
Ich erhalte diesen Fehler
>>> from pylab import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pylab
Meine Python-Version ist python 2.7
. Kann mir jemand sagen, was ich hier vermisse?
pip install matplotlib
.