본문 바로가기
ML , DL/Matplotlib

Matplotlib의 기본 scheme 대신 seaborn scheme

by 바다가좋아서 2021. 10. 19.

plt.style.use('seaborn')

sns.set(font_scale=2.5)

matplotlib 의 기본 scheme 말고 seaborn scheme 을 세팅하고,

일일이 graph 의 font size 를 지정할 필요 없이 seaborn 의 font_scale 을 사용

'ML , DL > Matplotlib' 카테고리의 다른 글

Matplotlib y축 스케일을 log로 변환  (0) 2021.10.20
os.path.join / plt.semilogy  (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