728x90 반응형 seaborn fontsize1 [seaborn] 그림의 폰트 사이즈 바꾸기 seaborn 그림의 폰트 사이즈 바꾸기 파이썬에서 seaborn 라이브러리로 그림을 그리다 폰트의 사이즈를 바꾸고 싶어져 그 방법을 정리해 보았다. 세 가지 방법을 정리한다. 방법 1 sns.set(font_scale = xx) import numpy as np import matplotlib.pyplot as plt import seaborn as sns x = np.random.normal(size=37) y = np.random.lognormal(size=37) # before change sns.set() fig, ax = plt.subplots() ax.plot(x, y, marker='s', linestyle='none', label='small') ax.legend(loc='upper le.. 2020. 11. 2. 이전 1 다음 728x90 반응형