Metadata-Version: 2.1
Name: mpl-font
Version: 1.0.1
Summary: Font selector for matplotlib
Home-page: https://github.com/koho/mpl-font
Author: Gerhard Tan
Author-email: gerhard.gh.ta@gmail.com
License: BSD
Platform: any
Description-Content-Type: text/markdown
Requires-Dist: matplotlib

# Mpl-Font

A CJK font selector for matplotlib to display CJK characters in an easy way.

## Supported Fonts
- Noto Sans CJK SC
- WenQuanYi Micro Hei

## Install
```shell script
pip install mpl-font
```

## Usage
Just import the font you want to use, such as
```python
import mpl_font.noto # For Noto Sans CJK SC
import mpl_font.wqy # For WenQuanYi Micro Hei
```
Then matplotlib should be able to display CJK characters.


