반응형
Recent Posts
Recent Comments
관리 메뉴

개발잡부

[matplotlib] 한글깨짐 본문

Python/matplotlib

[matplotlib] 한글깨짐

닉의네임 2022. 1. 18. 18:33
반응형

Windows OS

나눔고딕 폰트가 설치되어 있다면,

plt.rcParams['font.family'] = 'NanumGothic'

맑은고딕 폰트가 설치되어 있다면,

plt.rcParams['font.family'] = 'Malgun Gothic'

Mac OS

Apple Gothic 이 설치되어 있다면,

plt.rcParams['font.family'] = 'AppleGothic'

 

반응형

'Python > matplotlib' 카테고리의 다른 글

[matplotlib] line chart sample 2  (0) 2022.08.19
[matplotlib] line chart sample 1  (0) 2022.08.19
[matplotlib] 선그래프 응용  (0) 2021.12.30
[matplotlib] 기본그래프2  (0) 2021.12.30
[matplotlib] 기본그래프  (0) 2021.12.30
Comments