Metadata-Version: 2.4
Name: notojp-matplotlib
Version: 1.1.0
Summary: matplotlib のフォントを Noto Sans CJK に設定する
Author: Takumasa Nakamura
Author-email: Takumasa Nakamura <n.takumasa@gmail.com>
License-Expression: 0BSD
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: importlib-resources>=5.0 ; python_full_version < '3.9'
Requires-Dist: matplotlib>=3.2
Requires-Python: >=3.8
Project-URL: Source, https://github.com/n-takumasa/notojp-matplotlib
Description-Content-Type: text/markdown

# notojp-matplotlib
[![pypi version](https://img.shields.io/pypi/v/notojp-matplotlib.svg)](https://pypi.python.org/project/notojp-matplotlib/)
[![Python Versions](https://img.shields.io/pypi/pyversions/notojp-matplotlib.svg)](https://pypi.org/project/notojp-matplotlib/)

matplotlib のフォントを [Noto Sans CJK](https://github.com/googlefonts/noto-cjk) に設定する

[japanize-matplotlib](https://github.com/uehara1414/japanize-matplotlib) にインスパイアされています

## 使い方

```
pip install notojp-matplotlib
```

```py
import notojp_matplotlib
```

## 使い方 (Google Colaboratory)
```py
%pip -q install notojp-matplotlib
import notojp_matplotlib
```
