Skip to content
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

add mpl-template and plotnine to 3rd party doc #10006

Merged
merged 3 commits into from Dec 15, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added doc/_static/mpl_template_example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/_static/plotnine.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions doc/thirdpartypackages/index.rst
Expand Up @@ -38,6 +38,16 @@ 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 Down Expand Up @@ -160,6 +170,15 @@ 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 Down