로딩
요청 처리 중입니다...

[python] matplotlib plt google colab 한글 깨짐

 [python] matplotlib plt google colab 한글 깨짐

1. 아래와 같이 작성하여 셀을 실행한다. !

sudo apt-get install -y fonts-nanum !sudo fc-cache -fv !

rm ~/.cache/matplotlib -rf 2. 코랩의 런타임을 재시작한다. 3.

아래의 코드를 실행 한다. import matplotlib.pyplot as plt plt.rc('font', family='NanumBarunGothic') # 주의 2번을 실행한 뒤에 1번을 절대 실행시키지 마세요! 2번 -> 3번 이렇게 하셔야 합니다.

로컬 컴퓨터에서 matplotlib.pyplot 한글 깨짐 [python] matplotlib 한글 깨짐 및 마이너스(-)기호 깨짐 #python #matplotlib #한글깨짐 #마이너스깨짐 #ubuntu jupyter notebook 환경에서 matplotlib를 보기 편해... blog.naver.com...

# matplotlib # python # 한글깨짐