Metadata-Version: 2.1
Name: JapaneseMatplotlib
Version: 1.0.5
Summary: A package to support Japanese fonts for Matplotlib
Author: kiendt
Author-email: kiendt226@gmail.com
License: MIT License
Description-Content-Type: text/markdown
Requires-Dist: matplotlib

## JapaneseForMatplotlib

## Quick Install

```
pip install JapaneseMatplotlib
```

## Example

```python
import matplotlib.pyplot as plt
import JapaneseMatplotlib

plt.plot([1, 2, 3, 4])

plt.title("の日本語化を行うためのリポジトリです。")
plt.xlabel("X軸")

plt.show()
```

![alt text](image.png)
