matplotlib 한글 깨짐

화이팅·2023년 1월 9일
0

zbase

목록 보기
17/17

강의 따라하면서 set_matplotlib.hangul 파일을 따로 저장해서 import 해봤지만 계속 한글 깨짐

import matplotlib.pyplot as plt

from matplotlib import font_manager, rc
font_path= 'c:/windows/Fonts/malgun.ttf'
font=font_manager.FontProperties(fname=font_path).get_name()
rc('font',family=font)

결국은 따로 저장해서 복붙하기로..

profile
하하...하.

0개의 댓글