File tree 3 files changed +19
-0
lines changed
3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,16 @@ data processing tools. An example plot from the `Cartopy gallery
38
38
Declarative libraries
39
39
*********************
40
40
41
+ plotnine
42
+ ========
43
+
44
+ `plotnine <https://plotnine.readthedocs.io/en/stable/ >`_ implements a grammar
45
+ of graphics, similar to R's `ggplot2 <http://ggplot2.org/ >`_. The grammar allows
46
+ users to compose plots by explicitly mapping data to the visual objects that
47
+ make up the plot.
48
+
49
+ .. image :: /_static/plotnine.png
50
+
41
51
ggplot
42
52
======
43
53
`ggplot <https://github.com/yhat/ggplot >`_ is a port of the R ggplot2 package
@@ -160,6 +170,15 @@ annotation boxes) for Matplotlib.
160
170
Miscellaneous
161
171
*************
162
172
173
+ mpl-template
174
+ ============
175
+ `mpl-template <https://austinorr.github.io/mpl-template/index.html >`_ provides
176
+ a customizable way to add engineering figure elements such as a title block,
177
+ border, and logo.
178
+
179
+ .. image :: /_static/mpl_template_example.png
180
+ :height: 330px
181
+
163
182
adjustText
164
183
==========
165
184
`adjustText <https://github.com/Phlya/adjustText >`_ is a small library for
You can’t perform that action at this time.
0 commit comments