from matplotlib import font_manager, rc
font_name = font_manager.FontProperties(fname="c:/Windows/Fonts/malgun.ttf").get_name()
rc('font', family=font_name)
'Program > Python' 카테고리의 다른 글
1. python3 py파일 exe 실행파일 만들기 (0) | 2017.12.31 |
---|---|
np.newaxis (0) | 2017.12.28 |
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 0: invalid start byte (0) | 2017.12.18 |
python iloc 와 loc 의 차이 (0) | 2017.12.17 |
ravel(), transpose(), resize() (0) | 2017.12.13 |