@@ -38,16 +38,6 @@ 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
-
51
41
ggplot
52
42
======
53
43
`ggplot <https://github.com/yhat/ggplot >`_ is a port of the R ggplot2 package
@@ -68,6 +58,16 @@ widgets for parameter exploration.
68
58
.. image :: /_static/holoviews.png
69
59
:height: 354px
70
60
61
+ plotnine
62
+ ========
63
+
64
+ `plotnine <https://plotnine.readthedocs.io/en/stable/ >`_ implements a grammar
65
+ of graphics, similar to R's `ggplot2 <http://ggplot2.org/ >`_. The grammar allows
66
+ users to compose plots by explicitly mapping data to the visual objects that
67
+ make up the plot.
68
+
69
+ .. image :: /_static/plotnine.png
70
+
71
71
Specialty plots
72
72
***************
73
73
@@ -170,15 +170,6 @@ annotation boxes) for Matplotlib.
170
170
Miscellaneous
171
171
*************
172
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
-
182
173
adjustText
183
174
==========
184
175
`adjustText <https://github.com/Phlya/adjustText >`_ is a small library for
@@ -194,3 +185,18 @@ external Matplotlib backend using the iTerm2 nightly build inline image display
194
185
feature.
195
186
196
187
.. image :: /_static/matplotlib_iterm2_demo.png
188
+
189
+ mplcairo
190
+ ========
191
+ `mplcairo <https://github.com/anntzer/mplcairo >`_ is a cairo backend for
192
+ Matplotlib, with faster and more accurate marker drawing, support for a wider
193
+ selection of font formats and complex text layout, and various other features.
194
+
195
+ mpl-template
196
+ ============
197
+ `mpl-template <https://austinorr.github.io/mpl-template/index.html >`_ provides
198
+ a customizable way to add engineering figure elements such as a title block,
199
+ border, and logo.
200
+
201
+ .. image :: /_static/mpl_template_example.png
202
+ :height: 330px
0 commit comments