인프런 커뮤니티 질문&답변
plt.plot 함수
작성
·
410
답변 2
0
터미널 창에서 입력하시면 됩니다. 그리고 본문에 나와있네요 터미널(혹은 콘솔에서) sudo apt-get install python-matplotlib Mac os x 를 기준으로 sudo pip install matplotlib
0
조영재
질문자
import matplotlib.pyplot as plt Try to type sudo apt-get install python-matplotlib in a terminal. In your message you typed it in ipython console. This is a bash command, not a python one. You need to quit ipython before. For that use Ctrl + D





