@@ -61,6 +61,13 @@ widgets for parameter exploration.
6161Specialty 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+
6471Matplotlib-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+
79101mplstereonet
80102============
81103`mplstereonet <https://github.com/joferkington/mplstereonet >`_ provides
@@ -108,13 +130,6 @@ Windrose
108130Numpy library to manage wind data, draw windroses (also known as polar rose
109131plots), 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-
118133Interactivity
119134*************
120135
0 commit comments