๊ด๊ณ
๊ด๊ณ
๋ฐ์ํ
import matplotlib.pyplot as plt SMALL_SIZE = 8 MEDIUM_SIZE = 10 BIGGER_SIZE = 12 plt.rc('font', size=SMALL_SIZE) # controls default text sizes plt.rc('axes', titlesize=SMALL_SIZE) # fontsize of the axes title plt.rc('axes', labelsize=MEDIUM_SIZE) # fontsize of the x and y labels plt.rc('xtick', labelsize=SMALL_SIZE) # fontsize of the tick labels plt.rc('ytick', labelsize=SMALL_SIZE) # fontsize of the tick labels plt.rc('legend', fontsize=SMALL_SIZE) # legend fontsize plt.rc('figure', titlesize=BIGGER_SIZE) # fontsize of the figure title
๋ฐ์ํ
'Python > Matplotlib' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Python] matplotlib - plot outside text (0) | 2020.10.13 |
---|---|
[Python] matplotlib - plot ์์ง์ , ์ํ์ ๊ทธ๋ฆฌ๊ธฐ (0) | 2020.08.25 |
[Python] matplotlib - plot ์ด๋ฏธ์ง ์ ์ฅ (0) | 2020.08.25 |
[Python] matplotlib - axvspan, hatch ๋ฉด์ , ํจํด ๊ทธ๋ฆฌ๊ธฐ (0) | 2020.02.26 |