matplotlib 공식사이트 rcParam에 정리되어있다
https://matplotlib.org/stable/tutorials/introductory/customizing.html
Customizing Matplotlib with style sheets and rcParams — Matplotlib 3.5.2 documentation
Tips for customizing the properties and default styles of Matplotlib. Setting rcParams at runtime takes precedence over style sheets, style sheets take precedence over matplotlibrc files. The matplotlibrc file Matplotlib uses matplotlibrc configuration fil
matplotlib.org
rcParam 찾아서 쓰는법
ex) 내가 tick을 찾을때는,
이렇게 찾고나서
plt.rcParams['xtick.labelsize'] = 25 이런식으로 하면 끝
xtick.labelsize => xtick
axes.labelsize => xlabel, ylabel 둘다
'파이썬. 데이터분석 > Matplotlib' 카테고리의 다른 글
가장 심플한 막대그래프 df.plot : 판다스 plot (0) | 2022.07.22 |
---|---|
matplotlib : ax.tick_params (0) | 2022.07.21 |
matplotlib bar : stateless방식 (0) | 2022.07.17 |
★Matplotlib 매개변수 총정리 - stateless(ax.) (0) | 2022.07.17 |
★Matplotlib 매개변수 총정리 - stateful (0) | 2022.07.17 |