Created
October 11, 2016 06:45
-
-
Save inyl/3dd8175c6f7c492962e8f745199549cd to your computer and use it in GitHub Desktop.
pyplot 한글 안나올때
This file contains hidden or 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
| krfont = {'family' : 'gulim', 'weight' : 'bold', 'size' : 12} | |
| plt.rc('font', **krfont) #한글 폰트를 지정 안하면 글씨가 안나옴 ㅠㅠ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment