Skip to content

Add mplcairo to 3rdparty docs. #10645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 25 additions & 19 deletions doc/thirdpartypackages/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ data processing tools. An example plot from the `Cartopy gallery
Declarative libraries
*********************

plotnine
========

`plotnine <https://plotnine.readthedocs.io/en/stable/>`_ implements a grammar
of graphics, similar to R's `ggplot2 <http://ggplot2.org/>`_. The grammar allows
users to compose plots by explicitly mapping data to the visual objects that
make up the plot.

.. image:: /_static/plotnine.png

ggplot
======
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2 package
Expand All @@ -68,6 +58,16 @@ widgets for parameter exploration.
.. image:: /_static/holoviews.png
:height: 354px

plotnine
========

`plotnine <https://plotnine.readthedocs.io/en/stable/>`_ implements a grammar
of graphics, similar to R's `ggplot2 <http://ggplot2.org/>`_. The grammar allows
users to compose plots by explicitly mapping data to the visual objects that
make up the plot.

.. image:: /_static/plotnine.png

Specialty plots
***************

Expand Down Expand Up @@ -170,15 +170,6 @@ annotation boxes) for Matplotlib.
Miscellaneous
*************

mpl-template
============
`mpl-template <https://austinorr.github.io/mpl-template/index.html>`_ provides
a customizable way to add engineering figure elements such as a title block,
border, and logo.

.. image:: /_static/mpl_template_example.png
:height: 330px

adjustText
==========
`adjustText <https://github.com/Phlya/adjustText>`_ is a small library for
Expand All @@ -194,3 +185,18 @@ external Matplotlib backend using the iTerm2 nightly build inline image display
feature.

.. image:: /_static/matplotlib_iterm2_demo.png

mplcairo
========
`mplcairo <https://github.com/anntzer/mplcairo>`_ is a cairo backend for
Matplotlib, with faster and more accurate marker drawing, support for a wider
selection of font formats and complex text layout, and various other features.

mpl-template
============
`mpl-template <https://austinorr.github.io/mpl-template/index.html>`_ provides
a customizable way to add engineering figure elements such as a title block,
border, and logo.

.. image:: /_static/mpl_template_example.png
:height: 330px