File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55*********************
66
77Several 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
99on Github if you have created a package that you would like to have included.
1010We are also happy to host third party packages within the `Matplotlib Github
1111Organization <https://github.com/matplotlib> `_.
@@ -46,7 +46,7 @@ Matplotlib-Venn
4646mplstereonet
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
8585to matplotlib which changes many of the defaults to make plots some
8686consider 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
89100iTerm2 terminal backend
90101=======================
You can’t perform that action at this time.
0 commit comments