일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- 괄호 문제
- string to list
- 크롤링
- Merge Repositories
- geopandas
- to shp
- Chat-GPT
- 파이썬
- 플라스크
- 인스타그램
- plotly dash
- geoDataFrame
- clustering
- Crawling
- Selenium
- 백준
- python buildpacks
- convert to shp
- 혁신성장부문
- flask
- 셀레니움
- Python
- 웹페이지
- 해시태그
- 코랩 런타임
- 알고리즘
- kmeans
- 2164 카드2
- NLP
- colab runtime
Archives
- Today
- Total
코딩코딩코딩
파이썬 python matplotlib 한글 폰트(font) 맥(mac) 본문
import seaborn as sns
import matplotlib.pyplot as plt
from matplotlib import rc
rc('font', family='AppleGothic')
plt.rcParams['axes.unicode_minus'] = False

'파이썬 > 문법' 카테고리의 다른 글
맥(mac) python matplotlib 한글 (0) | 2022.01.07 |
---|---|
python warnings filterwarnings (파이썬 경고문구 제거) (0) | 2021.12.29 |
파이썬 datetime 분으로 변경 (convert to minutes) (0) | 2021.12.29 |
파이썬 sys.stdin.readline() 개행문자 (newline, EOL) 처리 (0) | 2021.12.27 |
python AST ast.literal_eval (딕셔너리 형태의 문자열을 딕셔너리로 변경) (0) | 2021.07.03 |