myplotlib 1.7.0__py3-none-any.whl
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/__init__.py +79 -0
- myplotlib/assets/classic.dark.mplstyle +69 -0
- myplotlib/assets/classic.light.mplstyle +60 -0
- myplotlib/assets/colormaps/bipolar.csv +1023 -0
- myplotlib/assets/colormaps/colt.csv +1024 -0
- myplotlib/assets/colormaps/fire.csv +256 -0
- myplotlib/assets/colormaps/idl.csv +256 -0
- myplotlib/assets/colormaps/sunrise.csv +512 -0
- myplotlib/assets/colormaps/thermal.csv +512 -0
- myplotlib/assets/colormaps/vanilla.csv +512 -0
- myplotlib/assets/fancy.dark.mplstyle +43 -0
- myplotlib/assets/fancy.light.mplstyle +32 -0
- myplotlib/assets/fonts/AppleChancery.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-Bold.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-BoldItalic.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-ExtraBold.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-ExtraBoldItalic.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-Italic.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-Medium.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-MediumItalic.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-Regular.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-SemiBold.ttf +0 -0
- myplotlib/assets/fonts/EBGaramond/EBGaramond-SemiBoldItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyComplexHeavy.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyComplexHeavyItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyComplexLight.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyComplexLightItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyComplexMedium.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyComplexMediumItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyDuplexHeavy.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyDuplexHeavyItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyDuplexLight.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyDuplexLightItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyDuplexMedium.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheyDuplexMediumItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheySimplexHeavy.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheySimplexHeavyItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheySimplexLight.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheySimplexLightItalic.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheySimplexMedium.ttf +0 -0
- myplotlib/assets/fonts/Hershey/AVHersheySimplexMediumItalic.ttf +0 -0
- myplotlib/assets/latex.mplstyle +2 -0
- myplotlib/assets/mono.dark.mplstyle +21 -0
- myplotlib/assets/mono.light.mplstyle +11 -0
- myplotlib/plots.py +658 -0
- myplotlib/tests.py +246 -0
- myplotlib/tools/__init__.py +0 -0
- myplotlib/tools/lic.py +99 -0
- myplotlib-1.7.0.dist-info/METADATA +137 -0
- myplotlib-1.7.0.dist-info/RECORD +52 -0
- myplotlib-1.7.0.dist-info/WHEEL +4 -0
- myplotlib-1.7.0.dist-info/licenses/LICENSE +28 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
axes.prop_cycle: cycler('color', ["8bc6e4","f48a7c","3af899","fccd88","be9ac1","7d8c80","e95d7c","2688e3"])
|
|
2
|
+
|
|
3
|
+
figure.dpi: 150
|
|
4
|
+
axes.axisbelow: True
|
|
5
|
+
axes.grid: False
|
|
6
|
+
grid.linewidth: 0.2
|
|
7
|
+
xtick.direction: out
|
|
8
|
+
ytick.direction: out
|
|
9
|
+
grid.alpha: 0.2
|
|
10
|
+
|
|
11
|
+
font.family: monospace
|
|
12
|
+
|
|
13
|
+
# dark properties
|
|
14
|
+
figure.facecolor: 0d1117
|
|
15
|
+
axes.facecolor: none
|
|
16
|
+
axes.edgecolor: white
|
|
17
|
+
axes.labelcolor: white
|
|
18
|
+
xtick.color: white
|
|
19
|
+
ytick.color: white
|
|
20
|
+
patch.edgecolor: white
|
|
21
|
+
text.color: white
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
axes.prop_cycle: cycler('color', ["8bc6e4","f48a7c","3af899","fccd88","be9ac1","7d8c80","e95d7c","2688e3"])
|
|
2
|
+
|
|
3
|
+
figure.dpi: 150
|
|
4
|
+
axes.axisbelow: True
|
|
5
|
+
axes.grid: False
|
|
6
|
+
grid.linewidth: 0.2
|
|
7
|
+
xtick.direction: out
|
|
8
|
+
ytick.direction: out
|
|
9
|
+
grid.alpha: 0.2
|
|
10
|
+
|
|
11
|
+
font.family: monospace
|