기밀사항

728x90

# 코랩 그래프에서 한글 설정 방법 

# !sudo apt-get install -y fonts-nanum

# !sudo fc-cache -fv

# !rm ~/.cache/matplotlib -rf

 

# 위 3줄 실행 후 Runtime - Restart - Runtime

 

#!pip install matplotlib

 

import matplotlib.pyplot as plt

plt.rc('font', family='NanumBarunGothic'

 

728x90