Python

[Python] Colab seaborn 한글 인코딩 깨짐

두부너겟 2022. 7. 4. 14:02

 

 

!sudo apt-get install -y fonts-nanum
!sudo fc-cache -fv
!rm ~/.cache/matplotlib -rf
 
 
plt.rc('font', family='NanumBarunGothic')