@@ -61,6 +61,13 @@ widgets for parameter exploration.
61
61
Specialty plots
62
62
***************
63
63
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
+
64
71
Matplotlib-Venn
65
72
===============
66
73
`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')``.
76
83
77
84
.. image :: /_static/probscale_demo.png
78
85
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
+
79
101
mplstereonet
80
102
============
81
103
`mplstereonet <https://github.com/joferkington/mplstereonet >`_ provides
@@ -108,13 +130,6 @@ Windrose
108
130
Numpy library to manage wind data, draw windroses (also known as polar rose
109
131
plots), draw probability density functions and fit Weibull distributions.
110
132
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
-
118
133
Interactivity
119
134
*************
120
135
0 commit comments