without haste but without rest
[matplotlib] 마이너스 부호 깨짐 현상 해결하기 본문
아래 코드 추가
import matplotlib
matplotlib.rcParams['axes.unicode_minus'] = False
'ProgrammingLanguage > Python' 카테고리의 다른 글
[python] sort 메소드, sorted 함수에서 lambda 활용하기 ★ (0) | 2020.04.03 |
---|---|
[python] 정말 간단한 문자열 뒤집기 (0) | 2020.03.27 |
[python] pip, anaconda 명령어 / 파이썬 개발환경 설정 (0) | 2020.03.05 |
[matplotlib] 한글 폰트 사용하기 + Font family [] not found 에러 해결방법 (3) | 2020.02.24 |
[python] 코테 - 유용한 메서드 목록 (0) | 2020.02.18 |
Comments