EasyPlotLib 0.2.2__tar.gz → 0.2.3__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.
Files changed (33) hide show
  1. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib.egg-info/PKG-INFO +8 -1
  2. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/PKG-INFO +8 -1
  3. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/README.md +7 -0
  4. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/__init__.py +0 -0
  5. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/cartopy_helper.py +0 -0
  6. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/export.py +0 -0
  7. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/figsizes_set.py +0 -0
  8. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreadventor-bold.ttf +0 -0
  9. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreadventor-bolditalic.ttf +0 -0
  10. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreadventor-italic.ttf +0 -0
  11. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreadventor-regular.ttf +0 -0
  12. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyrechorus-mediumitalic.ttf +0 -0
  13. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyrecursor-bold.ttf +0 -0
  14. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyrecursor-bolditalic.ttf +0 -0
  15. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyrecursor-italic.ttf +0 -0
  16. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyrecursor-regular.ttf +0 -0
  17. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreheros-bold.ttf +0 -0
  18. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreheros-bolditalic.ttf +0 -0
  19. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreheros-italic.ttf +0 -0
  20. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreheros-regular.ttf +0 -0
  21. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreschola-bold.ttf +0 -0
  22. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreschola-bolditalic.ttf +0 -0
  23. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreschola-italic.ttf +0 -0
  24. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/fonts/texgyreschola-regular.ttf +0 -0
  25. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/helpers.py +0 -0
  26. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/palettes.py +0 -0
  27. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib/styles/nature.mplstyle +0 -0
  28. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib.egg-info/SOURCES.txt +0 -0
  29. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib.egg-info/dependency_links.txt +0 -0
  30. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/EasyPlotLib.egg-info/top_level.txt +0 -0
  31. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/setup.cfg +0 -0
  32. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/setup.py +0 -0
  33. {easyplotlib-0.2.2 → easyplotlib-0.2.3}/tests/test_subplot_labels.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: EasyPlotLib
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A simple plotting library
5
5
  Home-page: https://github.com/yourusername/EasyPlotLib
6
6
  Author: HanYuyang
@@ -95,6 +95,13 @@ draw from it):
95
95
  `COLORMAPS` — sequential for magnitude, diverging for signed values.
96
96
  - **Microscopy** → `imaging` accents (cyan/magenta) on a black background.
97
97
 
98
+ ## Examples
99
+
100
+ [`examples/README.md`](examples/README.md) is an index of all worked examples
101
+ (chart gallery, cartopy/China maps, WRF nested-domain maps) — match your task to
102
+ a row and adapt that file rather than starting from scratch. Geoscience map
103
+ helpers and the WRF study-area figure live there too.
104
+
98
105
  ## Chart-type gallery
99
106
  `examples/gallery.py` renders one publication-styled panel per common archetype.
100
107
  Every panel sources its colors from the abstracted API above, so a method keeps
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: EasyPlotLib
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A simple plotting library
5
5
  Home-page: https://github.com/yourusername/EasyPlotLib
6
6
  Author: HanYuyang
@@ -95,6 +95,13 @@ draw from it):
95
95
  `COLORMAPS` — sequential for magnitude, diverging for signed values.
96
96
  - **Microscopy** → `imaging` accents (cyan/magenta) on a black background.
97
97
 
98
+ ## Examples
99
+
100
+ [`examples/README.md`](examples/README.md) is an index of all worked examples
101
+ (chart gallery, cartopy/China maps, WRF nested-domain maps) — match your task to
102
+ a row and adapt that file rather than starting from scratch. Geoscience map
103
+ helpers and the WRF study-area figure live there too.
104
+
98
105
  ## Chart-type gallery
99
106
  `examples/gallery.py` renders one publication-styled panel per common archetype.
100
107
  Every panel sources its colors from the abstracted API above, so a method keeps
@@ -75,6 +75,13 @@ draw from it):
75
75
  `COLORMAPS` — sequential for magnitude, diverging for signed values.
76
76
  - **Microscopy** → `imaging` accents (cyan/magenta) on a black background.
77
77
 
78
+ ## Examples
79
+
80
+ [`examples/README.md`](examples/README.md) is an index of all worked examples
81
+ (chart gallery, cartopy/China maps, WRF nested-domain maps) — match your task to
82
+ a row and adapt that file rather than starting from scratch. Geoscience map
83
+ helpers and the WRF study-area figure live there too.
84
+
78
85
  ## Chart-type gallery
79
86
  `examples/gallery.py` renders one publication-styled panel per common archetype.
80
87
  Every panel sources its colors from the abstracted API above, so a method keeps
File without changes
File without changes