hdonghun / Python_analysis-visualization

practice Kaggle study Myself
1 stars 0 forks source link

#한글폰트설정 #5

Open hdonghun opened 2 years ago

hdonghun commented 2 years ago

한글 폰트 설정

plt.rc("font", family = "Malgun Gothic") plt.rc("axes", unicode_minus = False)

폰트가 선명하게 보이도록 설정

from IPython.display import set_matplotlib_formats set_matplotlib_formats("retina")