Skip to content

Instantly share code, notes, and snippets.

@inyl
inyl / pyplot_kor.py
Created October 11, 2016 06:45
pyplot 한글 안나올때
krfont = {'family' : 'gulim', 'weight' : 'bold', 'size' : 12}
plt.rc('font', **krfont) #한글 폰트를 지정 안하면 글씨가 안나옴 ㅠㅠ