Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1928c38

Browse filesBrowse files
phobsonQuLogic
authored andcommitted
add mpl-template and plotnine to 3rd party doc (#10006)
* add mpl-template and plotnine to 3rd party doc * fix typo -- squash this [ci skip] * switch to https for plotnine -- squash this [ci skip]
1 parent 2278607 commit 1928c38
Copy full SHA for 1928c38

File tree

Expand file treeCollapse file tree

3 files changed

+19
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+19
-0
lines changed

‎doc/_static/mpl_template_example.png

Copy file name to clipboard
69.2 KB
Loading

‎doc/_static/plotnine.png

Copy file name to clipboard
27.9 KB
Loading

‎doc/thirdpartypackages/index.rst

Copy file name to clipboardExpand all lines: doc/thirdpartypackages/index.rst
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ data processing tools. An example plot from the `Cartopy gallery
3838
Declarative 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+
4151
ggplot
4252
======
4353
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2 package
@@ -160,6 +170,15 @@ annotation boxes) for Matplotlib.
160170
Miscellaneous
161171
*************
162172

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+
163182
adjustText
164183
==========
165184
`adjustText <https://github.com/Phlya/adjustText>`_ is a small library for

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.