Skip to content

Instantly share code, notes, and snippets.

@inyl
Created October 11, 2016 06:45
Show Gist options
  • Select an option

  • Save inyl/3dd8175c6f7c492962e8f745199549cd to your computer and use it in GitHub Desktop.

Select an option

Save inyl/3dd8175c6f7c492962e8f745199549cd to your computer and use it in GitHub Desktop.
pyplot 한글 안나올때
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