Skip to content

DOC: added blurb about external mpl-proscale package #5877

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
Jan 19, 2016
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/_static/probscale_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions doc/thirdpartypackages/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*********************

Several external packages that extend or build on Matplotlib functionality
exist. Below we list a number of these. Please submit an issue or pull request
exist. Below we list a number of these. Please submit an issue or pull request
on Github if you have created a package that you would like to have included.
We are also happy to host third party packages within the `Matplotlib Github
Organization <https://github.com/matplotlib>`_.
Expand Down Expand Up @@ -46,7 +46,7 @@ Matplotlib-Venn
mplstereonet
===============

`mplstereonet <https://github.com/joferkington/mplstereonet>`_ provides stereonets for plotting and analyzing orientation data in Matplotlib.
`mplstereonet <https://github.com/joferkington/mplstereonet>`_ provides stereonets for plotting and analyzing orientation data in Matplotlib.


.. _hl_plotting:
Expand Down Expand Up @@ -85,6 +85,17 @@ prettyplotlib
to matplotlib which changes many of the defaults to make plots some
consider more attractive.

.. _toolkit_probscale:

mpl-probscale
=============
`mpl-probscale <http://phobson.github.io/mpl-probscale/index.html>`_
is a small extension that allows matplotlib users to specify probabilty
scales. Simply importing the ``probscale`` module registers the scale
with matplotlib, making it accessible via e.g.,
``ax.set_xscale('prob')`` or ``plt.yscale('prob')``.

.. image:: /_static/probscale_demo.png

iTerm2 terminal backend
=======================
Expand Down