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 1e672da

Browse filesBrowse files
committed
added blurb about mpl-proscale package
1 parent fbb9bbc commit 1e672da
Copy full SHA for 1e672da

File tree

Expand file treeCollapse file tree

2 files changed

+13
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+13
-2
lines changed

‎doc/_static/probscale_demo.png

Copy file name to clipboard
13.8 KB
Loading

‎doc/thirdpartypackages/index.rst

Copy file name to clipboardExpand all lines: doc/thirdpartypackages/index.rst
+13-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.