일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- aggregation
- aggs
- analyzer test
- licence delete curl
- MySQL
- Test
- flask
- Kafka
- license delete
- ELASTIC
- License
- matplotlib
- token filter test
- plugin
- API
- 차트
- springboot
- docker
- Python
- Java
- Mac
- zip 파일 암호화
- query
- sort
- 900gle
- high level client
- TensorFlow
- 파이썬
- zip 암호화
- Elasticsearch
Archives
- Today
- Total
개발잡부
[matplotlib] 한글깨짐 본문
반응형
Windows OS
나눔고딕 폰트가 설치되어 있다면,
plt.rcParams['font.family'] = 'NanumGothic'
맑은고딕 폰트가 설치되어 있다면,
plt.rcParams['font.family'] = 'Malgun Gothic'
Mac OS
Apple Gothic 이 설치되어 있다면,
plt.rcParams['font.family'] = 'AppleGothic'
반응형
'Python > matplotlib' 카테고리의 다른 글
[matplotlib] line chart sample 2 (0) | 2022.08.19 |
---|---|
[matplotlib] line chart sample 1 (0) | 2022.08.19 |
[matplotlib] 선그래프 응용 (0) | 2021.12.30 |
[matplotlib] 기본그래프2 (0) | 2021.12.30 |
[matplotlib] 기본그래프 (0) | 2021.12.30 |
Comments