myplotlib 1.5.0__tar.gz → 1.7.0__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.
- {myplotlib-1.5.0 → myplotlib-1.7.0}/.gitignore +4 -2
- {myplotlib-1.5.0 → myplotlib-1.7.0}/PKG-INFO +23 -15
- {myplotlib-1.5.0 → myplotlib-1.7.0}/README.md +19 -13
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/__init__.py +12 -9
- myplotlib-1.7.0/myplotlib/assets/classic.dark.mplstyle +69 -0
- myplotlib-1.7.0/myplotlib/assets/classic.light.mplstyle +60 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/fancy.dark.mplstyle +20 -5
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/fancy.light.mplstyle +18 -4
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyComplexHeavy.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyComplexHeavyItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyComplexLight.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyComplexLightItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyComplexMedium.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyComplexMediumItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyDuplexHeavy.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyDuplexHeavyItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyDuplexLight.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyDuplexLightItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyDuplexMedium.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheyDuplexMediumItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheySimplexHeavy.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheySimplexHeavyItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheySimplexLight.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheySimplexLightItalic.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheySimplexMedium.ttf +0 -0
- myplotlib-1.7.0/myplotlib/assets/fonts/Hershey/AVHersheySimplexMediumItalic.ttf +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/mono.dark.mplstyle +4 -4
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/mono.light.mplstyle +3 -3
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/plots.py +307 -149
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/tests.py +15 -6
- myplotlib-1.7.0/previews/README.md +32 -0
- myplotlib-1.7.0/pyproject.toml +42 -0
- myplotlib-1.5.0/.github/workflows/pypi-publish.yml +0 -15
- myplotlib-1.5.0/MANIFEST.in +0 -6
- myplotlib-1.5.0/myplotlib/assets/fonts/HersheyTex-Book.otf +0 -0
- myplotlib-1.5.0/myplotlib/assets/fonts/HersheyTex-Light.otf +0 -0
- myplotlib-1.5.0/myplotlib/assets/hershey.dark.mplstyle +0 -28
- myplotlib-1.5.0/myplotlib/assets/hershey.light.mplstyle +0 -21
- myplotlib-1.5.0/previews/README.md +0 -32
- myplotlib-1.5.0/previews/export_previews.py +0 -30
- myplotlib-1.5.0/previews/fancy_dark.jpg +0 -0
- myplotlib-1.5.0/previews/fancy_light.jpg +0 -0
- myplotlib-1.5.0/previews/hershey_dark.jpg +0 -0
- myplotlib-1.5.0/previews/hershey_light.jpg +0 -0
- myplotlib-1.5.0/previews/latex.jpg +0 -0
- myplotlib-1.5.0/previews/mono_dark.jpg +0 -0
- myplotlib-1.5.0/previews/mono_light.jpg +0 -0
- myplotlib-1.5.0/previews/plain.jpg +0 -0
- myplotlib-1.5.0/pyproject.toml +0 -40
- {myplotlib-1.5.0 → myplotlib-1.7.0}/LICENSE +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/colormaps/bipolar.csv +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/colormaps/colt.csv +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/colormaps/fire.csv +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/colormaps/idl.csv +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/colormaps/sunrise.csv +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/colormaps/thermal.csv +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/colormaps/vanilla.csv +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/fonts/AppleChancery.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-Bold.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-BoldItalic.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-ExtraBold.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-ExtraBoldItalic.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-Italic.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-Medium.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-MediumItalic.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-Regular.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-SemiBold.ttf +0 -0
- {myplotlib-1.5.0/myplotlib/assets/fonts → myplotlib-1.7.0/myplotlib/assets/fonts/EBGaramond}/EBGaramond-SemiBoldItalic.ttf +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/assets/latex.mplstyle +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/tools/__init__.py +0 -0
- {myplotlib-1.5.0 → myplotlib-1.7.0}/myplotlib/tools/lic.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: myplotlib
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
4
4
|
Summary: `matplotlib` binder with custom styles and routines for fast plotting
|
|
5
5
|
Project-URL: Repository, https://github.com/haykh/myplotlib
|
|
6
6
|
Author-email: Hayk <haykh.astro@gmail.com>
|
|
@@ -45,6 +45,8 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
45
45
|
Classifier: Programming Language :: Python :: 3.10
|
|
46
46
|
Classifier: Programming Language :: Python :: 3.11
|
|
47
47
|
Classifier: Programming Language :: Python :: 3.12
|
|
48
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
49
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
48
50
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
49
51
|
Requires-Python: >=3.8
|
|
50
52
|
Requires-Dist: matplotlib>=3.5.0
|
|
@@ -56,15 +58,15 @@ Description-Content-Type: text/markdown
|
|
|
56
58
|
|
|
57
59
|
`matplotlib` binder with custom styles and routines for fast plotting. see [previews of available styles](https://github.com/haykh/myplotlib/tree/master/previews#readme).
|
|
58
60
|
|
|
59
|
-
|
|
61
|
+
## installation
|
|
60
62
|
|
|
61
63
|
```shell
|
|
62
64
|
pip install myplotlib
|
|
63
65
|
```
|
|
64
66
|
|
|
65
|
-
|
|
67
|
+
## usage
|
|
66
68
|
|
|
67
|
-
|
|
69
|
+
### loading style, fonts & colormaps
|
|
68
70
|
|
|
69
71
|
```python
|
|
70
72
|
import myplotlib
|
|
@@ -73,7 +75,7 @@ import matplotlib.pyplot as plt
|
|
|
73
75
|
plt.style.use(STYLE)
|
|
74
76
|
# STYLE can be:
|
|
75
77
|
# - fancy.dark, fancy.light
|
|
76
|
-
# -
|
|
78
|
+
# - classic.dark, classic.light
|
|
77
79
|
# - mono.dark, mono.light
|
|
78
80
|
# - latex
|
|
79
81
|
|
|
@@ -85,7 +87,7 @@ with plt.style.context(STYLE):
|
|
|
85
87
|
plt.plot(...)
|
|
86
88
|
```
|
|
87
89
|
|
|
88
|
-
|
|
90
|
+
### auxiliary plotting functions
|
|
89
91
|
|
|
90
92
|
```python
|
|
91
93
|
import myplotlib.plots as myplt
|
|
@@ -103,22 +105,28 @@ mypltest?
|
|
|
103
105
|
|
|
104
106
|
for more usage examples checkout the `tests/` submodule.
|
|
105
107
|
|
|
106
|
-
|
|
108
|
+
## requirements
|
|
107
109
|
|
|
108
110
|
* `python >= 3.8`
|
|
109
111
|
* `matplotlib >= 3.5.0`, `numpy`
|
|
110
|
-
* `latex` (used for `
|
|
112
|
+
* `latex` (used for `fancy` and `latex` only)
|
|
111
113
|
* `numba>=0.57.0`
|
|
112
114
|
|
|
113
|
-
|
|
115
|
+
## development
|
|
114
116
|
|
|
115
|
-
|
|
117
|
+
when deploying a new version, there are three necessary steps to take.
|
|
116
118
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
```
|
|
119
|
+
1. increase the version string in `myplotlib/__init__.py`.
|
|
120
|
+
2. generate the previews:
|
|
121
|
+
```sh
|
|
122
|
+
python3 previews/export_previews.py
|
|
123
|
+
```
|
|
124
|
+
3. build the new tarballs in the `dist` directory:
|
|
125
|
+
```sh
|
|
126
|
+
python -m build --sdist --outdir dist .
|
|
127
|
+
```
|
|
120
128
|
|
|
121
|
-
|
|
129
|
+
## To-do
|
|
122
130
|
|
|
123
131
|
- [ ] isocontour plotting
|
|
124
132
|
- [x] add streamplot for fieldline plotting
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
`matplotlib` binder with custom styles and routines for fast plotting. see [previews of available styles](https://github.com/haykh/myplotlib/tree/master/previews#readme).
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## installation
|
|
6
6
|
|
|
7
7
|
```shell
|
|
8
8
|
pip install myplotlib
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
## usage
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
### loading style, fonts & colormaps
|
|
14
14
|
|
|
15
15
|
```python
|
|
16
16
|
import myplotlib
|
|
@@ -19,7 +19,7 @@ import matplotlib.pyplot as plt
|
|
|
19
19
|
plt.style.use(STYLE)
|
|
20
20
|
# STYLE can be:
|
|
21
21
|
# - fancy.dark, fancy.light
|
|
22
|
-
# -
|
|
22
|
+
# - classic.dark, classic.light
|
|
23
23
|
# - mono.dark, mono.light
|
|
24
24
|
# - latex
|
|
25
25
|
|
|
@@ -31,7 +31,7 @@ with plt.style.context(STYLE):
|
|
|
31
31
|
plt.plot(...)
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
### auxiliary plotting functions
|
|
35
35
|
|
|
36
36
|
```python
|
|
37
37
|
import myplotlib.plots as myplt
|
|
@@ -49,22 +49,28 @@ mypltest?
|
|
|
49
49
|
|
|
50
50
|
for more usage examples checkout the `tests/` submodule.
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
## requirements
|
|
53
53
|
|
|
54
54
|
* `python >= 3.8`
|
|
55
55
|
* `matplotlib >= 3.5.0`, `numpy`
|
|
56
|
-
* `latex` (used for `
|
|
56
|
+
* `latex` (used for `fancy` and `latex` only)
|
|
57
57
|
* `numba>=0.57.0`
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
## development
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
when deploying a new version, there are three necessary steps to take.
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
```
|
|
63
|
+
1. increase the version string in `myplotlib/__init__.py`.
|
|
64
|
+
2. generate the previews:
|
|
65
|
+
```sh
|
|
66
|
+
python3 previews/export_previews.py
|
|
67
|
+
```
|
|
68
|
+
3. build the new tarballs in the `dist` directory:
|
|
69
|
+
```sh
|
|
70
|
+
python -m build --sdist --outdir dist .
|
|
71
|
+
```
|
|
66
72
|
|
|
67
|
-
|
|
73
|
+
## To-do
|
|
68
74
|
|
|
69
75
|
- [ ] isocontour plotting
|
|
70
76
|
- [x] add streamplot for fieldline plotting
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
__version__ = "1.
|
|
1
|
+
__version__ = "1.7.0"
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
import os
|
|
5
|
+
import warnings
|
|
6
|
+
from pathlib import Path
|
|
5
7
|
import matplotlib.pyplot as plt
|
|
6
|
-
from matplotlib import font_manager
|
|
8
|
+
from matplotlib import font_manager, rc_params_from_file
|
|
7
9
|
|
|
8
10
|
import myplotlib
|
|
9
11
|
|
|
@@ -57,13 +59,14 @@ def __InstallCmapFromCSV(csv):
|
|
|
57
59
|
myplotlib_path = myplotlib.__path__[0]
|
|
58
60
|
styles_path = os.path.join(myplotlib_path, "assets")
|
|
59
61
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
plt.style.
|
|
66
|
-
|
|
62
|
+
for path in Path(styles_path).rglob("*.mplstyle"):
|
|
63
|
+
with warnings.catch_warnings(record=True):
|
|
64
|
+
plt.style.library[path.stem] = rc_params_from_file(
|
|
65
|
+
path, use_default_template=False
|
|
66
|
+
)
|
|
67
|
+
plt.style.available[:] = sorted(
|
|
68
|
+
name for name in plt.style.library if not name.startswith("_")
|
|
69
|
+
)
|
|
67
70
|
|
|
68
71
|
CMAP_DIR = os.path.join(myplotlib_path, "assets/colormaps")
|
|
69
72
|
CMAPS = os.listdir(CMAP_DIR)
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
axes.prop_cycle: cycler("color", ["FFFFFF", "FF5555", "5555FF", "55FF55", "FF55FF", "55FFFF", "FFFF55", "AAAAAA"])
|
|
2
|
+
figure.dpi: 150
|
|
3
|
+
|
|
4
|
+
# Set x axis
|
|
5
|
+
xtick.direction: in
|
|
6
|
+
xtick.major.size: 6.0
|
|
7
|
+
# xtick.major.width: 1.5
|
|
8
|
+
xtick.major.pad: 5
|
|
9
|
+
xtick.minor.size: 4
|
|
10
|
+
xtick.minor.visible: True
|
|
11
|
+
xtick.top: True
|
|
12
|
+
|
|
13
|
+
# Set y axis
|
|
14
|
+
ytick.direction: in
|
|
15
|
+
ytick.major.size: 6.0
|
|
16
|
+
# ytick.major.width: 1.5
|
|
17
|
+
ytick.major.pad: 5
|
|
18
|
+
# ytick.minor.size: 4
|
|
19
|
+
ytick.minor.visible: True
|
|
20
|
+
ytick.right: True
|
|
21
|
+
|
|
22
|
+
# Remove legend frame
|
|
23
|
+
legend.frameon: False
|
|
24
|
+
|
|
25
|
+
# Always save as 'tight'
|
|
26
|
+
savefig.bbox: tight
|
|
27
|
+
savefig.pad_inches: 0.05
|
|
28
|
+
|
|
29
|
+
#axes.labelweight : normal
|
|
30
|
+
axes.labelsize: 16
|
|
31
|
+
|
|
32
|
+
grid.alpha: 0.2
|
|
33
|
+
|
|
34
|
+
# tex
|
|
35
|
+
text.usetex: False
|
|
36
|
+
|
|
37
|
+
# fonts
|
|
38
|
+
font.weight: 500
|
|
39
|
+
font.size: 16
|
|
40
|
+
|
|
41
|
+
font.serif: AVHershey Complex
|
|
42
|
+
font.sans-serif: AVHershey Duplex
|
|
43
|
+
font.monospace: AVHershey Complex
|
|
44
|
+
|
|
45
|
+
font.family: serif
|
|
46
|
+
|
|
47
|
+
mathtext.fontset: custom
|
|
48
|
+
mathtext.default: it
|
|
49
|
+
mathtext.rm: AVHershey Complex:medium
|
|
50
|
+
mathtext.it: AVHershey Complex:medium:italic
|
|
51
|
+
mathtext.bf: AVHershey Complex:heavy
|
|
52
|
+
mathtext.sf: AVHershey Duplex:medium
|
|
53
|
+
mathtext.tt: AVHershey Complex:light
|
|
54
|
+
|
|
55
|
+
mathtext.fallback: None
|
|
56
|
+
|
|
57
|
+
axes.formatter.use_mathtext: True
|
|
58
|
+
|
|
59
|
+
ps.fonttype: 42
|
|
60
|
+
pdf.fonttype: 42
|
|
61
|
+
|
|
62
|
+
figure.facecolor: 0d1117
|
|
63
|
+
axes.facecolor: none
|
|
64
|
+
axes.edgecolor: white
|
|
65
|
+
axes.labelcolor: white
|
|
66
|
+
xtick.color: white
|
|
67
|
+
ytick.color: white
|
|
68
|
+
patch.edgecolor: white
|
|
69
|
+
text.color: white
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
axes.prop_cycle: cycler("color", ["000000", "AA0000", "0000AA", "00AA00", "AA00AA", "00AAAA", "AA5500", "AAAAAA"])
|
|
2
|
+
figure.dpi: 150
|
|
3
|
+
|
|
4
|
+
# Set x axis
|
|
5
|
+
xtick.direction: in
|
|
6
|
+
xtick.major.size: 6.0
|
|
7
|
+
# xtick.major.width: 1.5
|
|
8
|
+
xtick.major.pad: 5
|
|
9
|
+
xtick.minor.size: 4
|
|
10
|
+
xtick.minor.visible: True
|
|
11
|
+
xtick.top: True
|
|
12
|
+
|
|
13
|
+
# Set y axis
|
|
14
|
+
ytick.direction: in
|
|
15
|
+
ytick.major.size: 6.0
|
|
16
|
+
# ytick.major.width: 1.5
|
|
17
|
+
ytick.major.pad: 5
|
|
18
|
+
# ytick.minor.size: 4
|
|
19
|
+
ytick.minor.visible: True
|
|
20
|
+
ytick.right: True
|
|
21
|
+
|
|
22
|
+
# Remove legend frame
|
|
23
|
+
legend.frameon: False
|
|
24
|
+
|
|
25
|
+
# Always save as 'tight'
|
|
26
|
+
savefig.bbox: tight
|
|
27
|
+
savefig.pad_inches: 0.05
|
|
28
|
+
|
|
29
|
+
#axes.labelweight : normal
|
|
30
|
+
axes.labelsize: 14
|
|
31
|
+
|
|
32
|
+
grid.alpha: 0.2
|
|
33
|
+
|
|
34
|
+
# tex
|
|
35
|
+
text.usetex: False
|
|
36
|
+
|
|
37
|
+
# fonts
|
|
38
|
+
font.weight: 500
|
|
39
|
+
font.size: 16
|
|
40
|
+
|
|
41
|
+
font.serif: AVHershey Complex
|
|
42
|
+
font.sans-serif: AVHershey Duplex
|
|
43
|
+
font.monospace: AVHershey Complex
|
|
44
|
+
|
|
45
|
+
font.family: serif
|
|
46
|
+
|
|
47
|
+
mathtext.fontset: custom
|
|
48
|
+
mathtext.default: it
|
|
49
|
+
mathtext.rm: AVHershey Complex:medium
|
|
50
|
+
mathtext.it: AVHershey Complex:medium:italic
|
|
51
|
+
mathtext.bf: AVHershey Complex:heavy
|
|
52
|
+
mathtext.sf: AVHershey Duplex:medium
|
|
53
|
+
mathtext.tt: AVHershey Complex:light
|
|
54
|
+
|
|
55
|
+
mathtext.fallback: None
|
|
56
|
+
|
|
57
|
+
axes.formatter.use_mathtext: True
|
|
58
|
+
|
|
59
|
+
ps.fonttype: 42
|
|
60
|
+
pdf.fonttype: 42
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
axes.prop_cycle: cycler('color', ["8bc6e4","f48a7c","3af899","fccd88","be9ac1","7d8c80","e95d7c","2688e3"])
|
|
1
2
|
figure.dpi: 150
|
|
3
|
+
|
|
2
4
|
axes.axisbelow: True
|
|
3
5
|
axes.grid: False
|
|
4
6
|
grid.linewidth: 0.2
|
|
@@ -6,20 +8,33 @@ xtick.direction: out
|
|
|
6
8
|
ytick.direction: out
|
|
7
9
|
grid.alpha: 0.2
|
|
8
10
|
|
|
11
|
+
axes.labelsize: 16
|
|
12
|
+
|
|
13
|
+
# tex
|
|
9
14
|
text.usetex: True
|
|
10
15
|
text.latex.preamble: \usepackage{amsmath,bm,xcolor,ebgaramond-maths}
|
|
11
16
|
|
|
12
|
-
|
|
17
|
+
#fonts
|
|
18
|
+
font.size: 14
|
|
19
|
+
|
|
20
|
+
font.serif: EB Garamond
|
|
21
|
+
font.sans-serif: EB Garamond
|
|
22
|
+
font.monospace: EB Garamond
|
|
23
|
+
|
|
24
|
+
font.family: serif
|
|
25
|
+
|
|
26
|
+
# font.family: EB Garamond
|
|
13
27
|
mathtext.fontset: custom
|
|
28
|
+
mathtext.default: it
|
|
14
29
|
mathtext.rm: EB Garamond
|
|
15
30
|
mathtext.it: EB Garamond:italic
|
|
16
31
|
mathtext.bf: EB Garamond:bold
|
|
17
|
-
|
|
18
|
-
|
|
32
|
+
mathtext.sf: EB Garamond:medium
|
|
33
|
+
mathtext.tt: EB Garamond:light
|
|
19
34
|
|
|
20
35
|
# dark properties
|
|
21
|
-
figure.facecolor:
|
|
22
|
-
axes.facecolor:
|
|
36
|
+
figure.facecolor: 0d1117
|
|
37
|
+
axes.facecolor: none
|
|
23
38
|
axes.edgecolor: white
|
|
24
39
|
axes.labelcolor: white
|
|
25
40
|
xtick.color: white
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
axes.prop_cycle: cycler('color', ["389ed0","ef5946","06b15c","fab54e","9d67a2","545e56","e22850","0d3b66"])
|
|
2
|
+
|
|
2
3
|
axes.axisbelow: True
|
|
3
4
|
axes.grid: False
|
|
4
5
|
grid.linewidth: 0.2
|
|
@@ -6,13 +7,26 @@ xtick.direction: out
|
|
|
6
7
|
ytick.direction: out
|
|
7
8
|
grid.alpha: 0.2
|
|
8
9
|
|
|
10
|
+
axes.labelsize: 16
|
|
11
|
+
|
|
12
|
+
# tex
|
|
9
13
|
text.usetex: True
|
|
10
14
|
text.latex.preamble: \usepackage{amsmath,bm,xcolor,ebgaramond-maths}
|
|
11
15
|
|
|
12
|
-
|
|
16
|
+
#fonts
|
|
17
|
+
font.size: 14
|
|
18
|
+
|
|
19
|
+
font.serif: EB Garamond
|
|
20
|
+
font.sans-serif: EB Garamond
|
|
21
|
+
font.monospace: EB Garamond
|
|
22
|
+
|
|
23
|
+
font.family: serif
|
|
24
|
+
|
|
25
|
+
# font.family: EB Garamond
|
|
13
26
|
mathtext.fontset: custom
|
|
27
|
+
mathtext.default: it
|
|
14
28
|
mathtext.rm: EB Garamond
|
|
15
29
|
mathtext.it: EB Garamond:italic
|
|
16
30
|
mathtext.bf: EB Garamond:bold
|
|
17
|
-
|
|
18
|
-
|
|
31
|
+
mathtext.sf: EB Garamond:medium
|
|
32
|
+
mathtext.tt: EB Garamond:light
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
axes.prop_cycle: cycler('color', ["8bc6e4","f48a7c","3af899","fccd88","be9ac1","7d8c80","e95d7c","2688e3"])
|
|
2
|
+
|
|
1
3
|
figure.dpi: 150
|
|
2
4
|
axes.axisbelow: True
|
|
3
5
|
axes.grid: False
|
|
@@ -8,11 +10,9 @@ grid.alpha: 0.2
|
|
|
8
10
|
|
|
9
11
|
font.family: monospace
|
|
10
12
|
|
|
11
|
-
axes.prop_cycle: cycler('color', ["8bc6e4","f48a7c","3af899","fccd88","be9ac1","7d8c80","e95d7c","2688e3"])
|
|
12
|
-
|
|
13
13
|
# dark properties
|
|
14
|
-
figure.facecolor:
|
|
15
|
-
axes.facecolor:
|
|
14
|
+
figure.facecolor: 0d1117
|
|
15
|
+
axes.facecolor: none
|
|
16
16
|
axes.edgecolor: white
|
|
17
17
|
axes.labelcolor: white
|
|
18
18
|
xtick.color: white
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
axes.prop_cycle: cycler('color', ["8bc6e4","f48a7c","3af899","fccd88","be9ac1","7d8c80","e95d7c","2688e3"])
|
|
2
|
+
|
|
1
3
|
figure.dpi: 150
|
|
2
4
|
axes.axisbelow: True
|
|
3
5
|
axes.grid: False
|
|
@@ -6,6 +8,4 @@ xtick.direction: out
|
|
|
6
8
|
ytick.direction: out
|
|
7
9
|
grid.alpha: 0.2
|
|
8
10
|
|
|
9
|
-
font.family: monospace
|
|
10
|
-
|
|
11
|
-
axes.prop_cycle: cycler('color', ["389ed0","ef5946","06b15c","fab54e","9d67a2","545e56","e22850","0d3b66"])
|
|
11
|
+
font.family: monospace
|