import matplotlib.pyplot as plt
plt.rc('font', family='Malgun Gothic')
# 음수 처리
plt.rcParams['axes.unicode_minus'] = False
'Issues & Troubleshooting > [Tips]' 카테고리의 다른 글
간단한 구글 크롬 펌 방지 해제 (0) | 2021.11.12 |
---|
import matplotlib.pyplot as plt
plt.rc('font', family='Malgun Gothic')
# 음수 처리
plt.rcParams['axes.unicode_minus'] = False
간단한 구글 크롬 펌 방지 해제 (0) | 2021.11.12 |
---|