plt.figure(figsize=(15,4))
를 추가하여 그래프 확대
plt.xticks(rotation=30)
을 주어 xticks를 30도 회전
'ML , DL > Matplotlib' 카테고리의 다른 글
Matplotlib의 기본 scheme 대신 seaborn scheme (0) | 2021.10.19 |
---|---|
matplotlib의 axvline (0) | 2021.10.19 |
matplotlib의 plot에서 s, c, cmap 매개변수 (0) | 2021.10.19 |
matplotlib의 subplot, ax 설정 (0) | 2021.10.19 |
matplotlib의 legend 위치 조정 (0) | 2021.10.19 |