Skip to content

Commit 7cb8f0c

Browse files
authored
Merge pull request #9647 from matplotlib/auto-backport-of-pr-9614
Backport PR #9614 on branch v2.1.0-doc
2 parents 9a92659 + afe9e62 commit 7cb8f0c

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

doc/_static/mpl-scatter-density.png

152 KB
Loading

doc/thirdpartypackages/index.rst

+22-7
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ widgets for parameter exploration.
6161
Specialty plots
6262
***************
6363

64+
DeCiDa
65+
======
66+
67+
`DeCiDa <https://pypi.python.org/pypi/DeCiDa>`_ is a library of functions
68+
and classes for electron device characterization, electronic circuit design and
69+
general data visualization and analysis.
70+
6471
Matplotlib-Venn
6572
===============
6673
`Matplotlib-Venn <https://github.com/konstantint/matplotlib-venn>`_ provides a
@@ -76,6 +83,21 @@ via e.g., ``ax.set_xscale('prob')`` or ``plt.yscale('prob')``.
7683

7784
.. image:: /_static/probscale_demo.png
7885

86+
mpl-scatter-density
87+
===================
88+
89+
`mpl-scatter-density <https://github.com/astrofrog/mpl-scatter-density>`_ is a
90+
small package that makes it easy to make scatter plots of large numbers
91+
of points using a density map. The following example contains around 13 million
92+
points and the plotting (excluding reading in the data) took less than a
93+
second on an average laptop:
94+
95+
.. image:: /_static/mpl-scatter-density.png
96+
:height: 400px
97+
98+
When used in interactive mode, the density map is downsampled on-the-fly while
99+
panning/zooming in order to provide a smooth interactive experience.
100+
79101
mplstereonet
80102
============
81103
`mplstereonet <https://github.com/joferkington/mplstereonet>`_ provides
@@ -108,13 +130,6 @@ Windrose
108130
Numpy library to manage wind data, draw windroses (also known as polar rose
109131
plots), draw probability density functions and fit Weibull distributions.
110132

111-
DeCiDa
112-
======
113-
114-
`DeCiDa <https://pypi.python.org/pypi/DeCiDa>`_ is a library of functions
115-
and classes for electron device characterization, electronic circuit design and
116-
general data visualization and analysis.
117-
118133
Interactivity
119134
*************
120135

0 commit comments

Comments
 (0)