diff --git a/doc/_static/probscale_demo.png b/doc/_static/probscale_demo.png new file mode 100644 index 000000000000..55d8df2d08bf Binary files /dev/null and b/doc/_static/probscale_demo.png differ diff --git a/doc/thirdpartypackages/index.rst b/doc/thirdpartypackages/index.rst index 00db36122991..98322739c3f3 100644 --- a/doc/thirdpartypackages/index.rst +++ b/doc/thirdpartypackages/index.rst @@ -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 `_. @@ -46,7 +46,7 @@ Matplotlib-Venn mplstereonet =============== -`mplstereonet `_ provides stereonets for plotting and analyzing orientation data in Matplotlib. +`mplstereonet `_ provides stereonets for plotting and analyzing orientation data in Matplotlib. .. _hl_plotting: @@ -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 `_ +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 =======================