import matplotlib
# windows의 경우
matplotlib.rcParams['font.family'] = 'Malgun Gothic'
# mac의 경우
matplotlib.rcParams['font.family'] = 'AppleGothic'
다음의 코드를 운영체제에 맞게 실행해주면 해결된다.
'파이썬 > matplotlib' 카테고리의 다른 글
Colab 에서 Matplotlib 폰트 깨짐(추가:AttributeError: module 'matplotlib.font_manager' has no attribute 'rebuild') (3) | 2023.02.03 |
---|