반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- web 개발
- paragraph
- broscoding
- tensorflow
- cudnn
- vscode
- postorder
- 웹 용어
- 머신러닝
- bccard
- pycharm
- 재귀함수
- C언어
- 대이터
- Keras
- 데이터전문기관
- java역사
- web 사진
- discrete_scatter
- web
- inorder
- html
- 자료구조
- classification
- mglearn
- CES 2O21 참가
- web 용어
- KNeighborsClassifier
- 결합전문기관
- CES 2O21 참여
Archives
- Today
- Total
bro's coding
그래프 그리기 본문
반응형
주피터 노트북에서!
plt.plot([1,2,3,4,5])
plt.legend(['SI'],['SW'],['PI'],[PW]])
프롬프트에서!
import matplotlib.pyplot as plt
plt.plot([1,2,3,4,5])
[<matplotlib.lines.Line2D object at 0x000001E3FD52B940>]
plt.show()
https://datascienceschool.net/view-notebook/d0b1637803754bb083b5722c9f2209d0/
반응형
'[IT] > python.matplotlib' 카테고리의 다른 글
matplotlib.subplot(그래프 여러개 그리기 1) (0) | 2020.04.03 |
---|---|
matplotlib.contourf(등고선 그리기 2) (0) | 2020.04.03 |
matplotlib.contour(등고선 그리기 1) (0) | 2020.04.02 |
matplotlib.브로드캐스팅 이용 red*2 (0) | 2020.03.30 |
matplotlib.흑백이미지 만들기 (0) | 2020.03.30 |
matplotlib.subplot (0) | 2020.03.27 |
matplotlib.plot (0) | 2020.03.27 |
matplotlib.scatter plot (0) | 2020.03.27 |
Comments