Giter Site home page Giter Site logo

laser-cho / koreanize-matplotlib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seongminp/koreanize-matplotlib

0.0 0.0 0.0 11.64 MB

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

License: MIT License

Python 100.00%

koreanize-matplotlib's Introduction

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

사용한 폰트

나눔고딕

koreanize-matplotlib's People

Contributors

uehara1414 avatar vaaaaanquish avatar ychoi-kr avatar laser-cho avatar elnikkis avatar pesuchin avatar upura avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.