notojp-matplotlib 1.0.0__tar.gz → 1.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {notojp_matplotlib-1.0.0 → notojp_matplotlib-1.0.1}/PKG-INFO +3 -3
- {notojp_matplotlib-1.0.0 → notojp_matplotlib-1.0.1}/README.md +2 -2
- {notojp_matplotlib-1.0.0 → notojp_matplotlib-1.0.1}/notojp_matplotlib/__init__.py +1 -1
- {notojp_matplotlib-1.0.0 → notojp_matplotlib-1.0.1}/pyproject.toml +1 -1
- {notojp_matplotlib-1.0.0 → notojp_matplotlib-1.0.1}/notojp_matplotlib/fonts/LICENSE +0 -0
- {notojp_matplotlib-1.0.0 → notojp_matplotlib-1.0.1}/notojp_matplotlib/fonts/NotoSansCJKjp-Regular.otf +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: notojp-matplotlib
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: matplotlib のフォントを Noto Sans CJK に設定する
|
|
5
5
|
Home-page: https://github.com/n-takumasa/notojp-matplotlib
|
|
6
6
|
License: MIT
|
|
@@ -28,7 +28,7 @@ matplotlib のフォントを [Noto Sans CJK](https://github.com/googlefonts/not
|
|
|
28
28
|
## 使い方
|
|
29
29
|
|
|
30
30
|
```
|
|
31
|
-
pip install
|
|
31
|
+
pip install notojp-matplotlib
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
```py
|
|
@@ -37,7 +37,7 @@ import notojp_matplotlib
|
|
|
37
37
|
|
|
38
38
|
## 使い方 (Google Colaboratory)
|
|
39
39
|
```py
|
|
40
|
-
%pip -q install
|
|
40
|
+
%pip -q install notojp-matplotlib
|
|
41
41
|
import notojp_matplotlib
|
|
42
42
|
```
|
|
43
43
|
|
|
@@ -9,7 +9,7 @@ matplotlib のフォントを [Noto Sans CJK](https://github.com/googlefonts/not
|
|
|
9
9
|
## 使い方
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
pip install
|
|
12
|
+
pip install notojp-matplotlib
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
```py
|
|
@@ -18,6 +18,6 @@ import notojp_matplotlib
|
|
|
18
18
|
|
|
19
19
|
## 使い方 (Google Colaboratory)
|
|
20
20
|
```py
|
|
21
|
-
%pip -q install
|
|
21
|
+
%pip -q install notojp-matplotlib
|
|
22
22
|
import notojp_matplotlib
|
|
23
23
|
```
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry_dynamic_versioning.backend"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "notojp-matplotlib"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.1"
|
|
8
8
|
description = "matplotlib のフォントを Noto Sans CJK に設定する"
|
|
9
9
|
authors = ["Takumasa Nakamura <n.takumasa@gmail.com>"]
|
|
10
10
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|