저는 Python을 처음 사용하며 그 plot
기능을 사용하여 그래프를 만들고 싶습니다 . 우분투 12.04를 사용하고 있습니다. http://eli.thegreenplace.net/2011/10/10/installing-python-2-7-on-ubuntu/ 의 Python 설치 단계를 따랐 지만 수행 할 때
from pylab import *
이 오류가 발생합니다.
>>> from pylab import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pylab
내 Python 버전은 python 2.7
. 아무도 내가 여기에서 무엇을 놓치고 있는지 말해 줄 수 있습니까?
pip install matplotlib
.