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 7f8e63a

Browse filesBrowse files
authored
Merge pull request #9614 from astrofrog/add-mpl-scatter-density
Added an entry for mpl-scatter-density in the third-party tools page
2 parents 6873a6e + 0b943e7 commit 7f8e63a
Copy full SHA for 7f8e63a

File tree

Expand file treeCollapse file tree

2 files changed

+22
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+22
-7
lines changed

‎doc/_static/mpl-scatter-density.png

Copy file name to clipboard
152 KB
Loading

‎doc/thirdpartypackages/index.rst

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