without haste but without rest

[matplotlib] 마이너스 부호 깨짐 현상 해결하기 본문

ProgrammingLanguage/Python

[matplotlib] 마이너스 부호 깨짐 현상 해결하기

JinungKim 2020. 2. 24. 16:10

아래 코드 추가

import matplotlib

matplotlib.rcParams['axes.unicode_minus'] = False

 

Comments