728x90
import matplotlib.font_manager as fm
font_location = 'C:\\Windows\\Fonts\\H2SA1M.ttf' # ํฐํธ ์์น
font_name = fm.FontProperties(fname=font_location).get_name()
plt.rc('font', family=font_name) # ํฐํธ ์ ์ฉ
๋ฐ์ํ
'๐ Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Code-Server] ์ฝ๋ ์๋ฒ์์ ์ฃผํผํฐ ๋ ธํธ๋ถ ์ฌ์ฉํ๊ธฐ (0) | 2021.07.11 |
---|---|
[Code-Server] import-im6.q16: unable to open X server ์๋ฌ (0) | 2021.07.11 |
[Jupyter Notebook] ์ฃผํผํฐ ๋ ธํธ๋ถ ์ ์คํฌ๋ฆฝํธ ๋๋น ์กฐ์ (cell script option), ํ๋ค์ค ๋๋น ์กฐ์ (0) | 2021.03.21 |
[Data Crawling] Spongebob - 1 (0) | 2021.03.16 |
[Pytorch] Autograd (0) | 2021.02.28 |