Skip to content

install & import하는 것만으로 matplotlib에서 한국어를 표시할 수 있습니다.

License

Notifications You must be signed in to change notification settings

ychoi-kr/koreanize-matplotlib

 
 

Repository files navigation

koreanize-matplotlib

matplotlib를 한국어 표시에 대응시킵니다.

사용법

matplotlib를 import한 후 koreanize_matplotlib를 import합니다.

import matplotlib.pyplot as plt
import koreanize_matplotlib

plt.plot([-1, 0, 1, 2])
plt.title('그래프 제목', fontweight="bold")
plt.xlabel('간단한 그래프')
plt.show()

demo

설치

pip install koreanize-matplotlib

또는

python setup.py install

사용한 폰트

나눔고딕

About

install & import하는 것만으로 matplotlib에서 한국어를 표시할 수 있습니다.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%