인프런 커뮤니티 질문&답변

조영재님의 프로필 이미지
조영재

작성한 질문수

모두를 위한 딥러닝 - 기본적인 머신러닝과 딥러닝 강좌

Linear Regression 의 cost 최소화의 TensorFlow 구현(new)

plt.plot 함수

작성

·

334

0

plt.plot 함수는 어떻게 쓰신거죠? Traceback (most recent call last): File "/home/joe/PycharmProjects/Tensorflowpractice/LinearCost1.py", line 22, in plt.plot(W_val, cost_val, 'ro') NameError: name 'plt' is not defined 이렇게 없다는데요

답변 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

조영재님의 프로필 이미지
조영재

작성한 질문수

질문하기