Created
April 19, 2016 09:58
-
-
Save initialkommit/6b9578dc8faf9323279799389431451c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: UTF-8 | |
import matplotlib | |
import matplotlib.font_manager | |
# 폰트 이름 알아내기 | |
print([font.name for font in matplotlib.font_manager.fontManager.ttflist]) | |
# Setting Korean Font | |
matplotlib.rc('font', family='YuGothic') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment