반응형
    
    
    
  
														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 | 29 | 
| 30 | 
													Tags
													
											
												
												- 재귀함수
 - CES 2O21 참여
 - 머신러닝
 - 데이터전문기관
 - discrete_scatter
 - mglearn
 - java역사
 - web 개발
 - pycharm
 - broscoding
 - vscode
 - 자료구조
 - 대이터
 - postorder
 - html
 - Keras
 - tensorflow
 - CES 2O21 참가
 - C언어
 - web
 - KNeighborsClassifier
 - classification
 - inorder
 - cudnn
 - paragraph
 - web 용어
 - 웹 용어
 - 결합전문기관
 - web 사진
 - bccard
 
													Archives
													
											
												
												- Today
 
- Total
 
bro's coding
matplotlib.subplot 본문
반응형
    
    
    
  plt.subplot(2,2,1)
plt.title('SepalLength')
plt.hist(iris[:,0],bins=30)
plt.subplot(2,2,2)
plt.title('SepalWidth')
plt.hist(iris[:,1], bins=30)
plt.subplot(2,2,3)
plt.title('PetalLength')
plt.hist(iris[:,2],bins=30)
plt.subplot(2,2,4)
plt.title('PetalWidth')
plt.hist(iris[:,3],bins=30)

반응형
    
    
    
  '[IT] > python.matplotlib' 카테고리의 다른 글
| matplotlib.subplot(그래프 여러개 그리기 1) (0) | 2020.04.03 | 
|---|---|
| matplotlib.contourf(등고선 그리기 2) (0) | 2020.04.03 | 
| matplotlib.contour(등고선 그리기 1) (1) | 2020.04.02 | 
| matplotlib.브로드캐스팅 이용 red*2 (1) | 2020.03.30 | 
| matplotlib.흑백이미지 만들기 (0) | 2020.03.30 | 
| matplotlib.plot (1) | 2020.03.27 | 
| matplotlib.scatter plot (0) | 2020.03.27 | 
| 그래프 그리기 (0) | 2020.03.25 | 
			  Comments