Skip to content

Instantly share code, notes, and snippets.

@initialkommit
Created April 19, 2016 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save initialkommit/6b9578dc8faf9323279799389431451c to your computer and use it in GitHub Desktop.
Save initialkommit/6b9578dc8faf9323279799389431451c to your computer and use it in GitHub Desktop.
# 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