@@ -38,16 +38,6 @@ data processing tools. An example plot from the `Cartopy gallery
3838Declarative libraries
3939*********************
4040
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-
5141ggplot
5242======
5343`ggplot <https://github.com/yhat/ggplot >`_ is a port of the R ggplot2 package
@@ -68,6 +58,16 @@ widgets for parameter exploration.
6858.. image :: /_static/holoviews.png
6959 :height: 354px
7060
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+
7171Specialty plots
7272***************
7373
@@ -170,15 +170,6 @@ annotation boxes) for Matplotlib.
170170Miscellaneous
171171*************
172172
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-
182173adjustText
183174==========
184175`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
194185feature.
195186
196187.. 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