File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 5
5
*********************
6
6
7
7
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
9
9
on Github if you have created a package that you would like to have included.
10
10
We are also happy to host third party packages within the `Matplotlib Github
11
11
Organization <https://github.com/matplotlib> `_.
@@ -46,7 +46,7 @@ Matplotlib-Venn
46
46
mplstereonet
47
47
===============
48
48
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.
50
50
51
51
52
52
.. _hl_plotting :
@@ -85,6 +85,17 @@ prettyplotlib
85
85
to matplotlib which changes many of the defaults to make plots some
86
86
consider more attractive.
87
87
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
88
99
89
100
iTerm2 terminal backend
90
101
=======================
You can’t perform that action at this time.
0 commit comments