Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 950c712

Browse files
committed
Merge pull request #5877 from phobson/link-probscale
DOC: added blurb about external mpl-proscale package
2 parents 0581c07 + 1e672da commit 950c712

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

doc/_static/probscale_demo.png

13.8 KB
Loading

doc/thirdpartypackages/index.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*********************
66

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

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

5151

5252
.. _hl_plotting:
@@ -85,6 +85,17 @@ prettyplotlib
8585
to matplotlib which changes many of the defaults to make plots some
8686
consider more attractive.
8787

88+
.. _toolkit_probscale:
89+
90+
mpl-probscale
91+
=============
92+
`mpl-probscale <http://phobson.github.io/mpl-probscale/index.html>`_
93+
is a small extension that allows matplotlib users to specify probabilty
94+
scales. Simply importing the ``probscale`` module registers the scale
95+
with matplotlib, making it accessible via e.g.,
96+
``ax.set_xscale('prob')`` or ``plt.yscale('prob')``.
97+
98+
.. image:: /_static/probscale_demo.png
8899

89100
iTerm2 terminal backend
90101
=======================

0 commit comments

Comments
 (0)