728x90
폰트 다운로드
https://hangeul.naver.com/font/nanum
폰트 경로 찾기
import matplotlib as mpl
print(mpl.matplotlib_fname())
폰트 추가
/home/.../matplotlib/mpl-data/fonts/ttf 에 NanumGothic.ttf 추가
캐시 경로 찾기
import matplotlib as mpl
print(mpl.get_cachedir())
캐시 경로의 fontlist 파일 삭제
한글 셋팅
from matplotlib import rcParams
rcParams["font.family"] = "NanumGothic"
참고
https://koosco.tistory.com/38
http://corazzon.github.io/matplotlib_font_setting
728x90
'Python' 카테고리의 다른 글
pandas - 데이터프레임 변동 체크 (0) | 2023.01.26 |
---|---|
pandas - 특정 문구 포함된 행 삭제 (0) | 2023.01.25 |
pip 내장인 venv로 가상환경 구성 (0) | 2022.12.27 |
pipenv 구성해보기 (0) | 2022.12.27 |
지라/컨플루언스 서버 - 활성 스프린트 리스트 (0) | 2022.12.21 |