스파르타코딩 데이터분석 2주차
import matplotlib as mpl
import matplotlib.pyplot as plt
%config InlineBackend.figure_format = 'retina'
!apt -qq -y install fonts-nanum
import matplotlib.font_manager as fm
fontpath = '/usr/share/fonts/truetype/nanum/NanumBarunGothic.ttf'
font = fm.FontProperties(fname=fontpath, size=9)
plt.rc('font', family='NanumBarunGothic')
mpl.font_manager._rebuild()
# 해당 코드 실행 후 반드시 상단의 런타임 > 런타임 다시 시작을 눌러주세요.

'끄적끄적' 카테고리의 다른 글
| HTML 내용 변경하기 : 자바스크립트랑 제이쿼리랑 비교 (0) | 2022.07.26 |
|---|---|
| jQuery 사용하기/버전 설명 (0) | 2022.07.26 |
| [드라마로 일본어] お言葉に甘えて (0) | 2022.07.23 |
| [드라마로 일본어 공부하기] 상담받다를 존댓말로? (0) | 2022.07.23 |
| 리액트&리액트 네이티브 (0) | 2022.07.23 |
댓글