File tree 5 files changed +28
-1
lines changed 5 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,11 @@ <h1>Toolkits</h1>
158
158
including a choice of two projection and mapping toolkits < a href ="http://matplotlib.org/basemap "> basemap</ a > and
159
159
< a href ="http://scitools.org.uk/cartopy/docs/latest "> cartopy</ a > ,
160
160
3d plotting with < a href ="{{ pathto('mpl_toolkits/mplot3d/index') }} "> mplot3d</ a > ,
161
- axes and axis helpers in < a href ="{{ pathto('mpl_toolkits/axes_grid/index') }} "> axes_grid</ a > and more.
161
+ axes and axis helpers in < a href ="{{ pathto('mpl_toolkits/axes_grid/index') }} "> axes_grid</ a > ,
162
+ several higher-level plotting interfaces
163
+ < a href ="http://web.stanford.edu/~mwaskom/software/seaborn "> seaborn</ a > ,
164
+ < a href ="http://holoviews.org "> holoviews</ a > ,
165
+ < a href ="http://ggplot.yhathq.com "> ggplot</ a > , and more.
162
166
</ p >
163
167
164
168
< h1 > Citing matplotlib</ h1 >
Original file line number Diff line number Diff line change @@ -172,6 +172,26 @@ level interface for drawing statistical graphics with matplotlib. It
172
172
aims to make visualization a central part of exploring and
173
173
understanding complex datasets.
174
174
175
+ .. image :: /_static/seaborn.png
176
+ :height: 157px
177
+
178
+ .. _toolkit_holoviews :
179
+
180
+ holoviews
181
+ =========
182
+ (*Not distributed with matplotlib *)
183
+
184
+ `holoviews <http://holoviews.org >`_ makes it easier to visualize data
185
+ interactively, especially in a `Jupyter notebook
186
+ <http://jupyter.org> `_, by providing a set of declarative
187
+ plotting objects that store your data and associated metadata. Your
188
+ data is then immediately visualizable alongside or overlaid with other
189
+ data, either statically or with automatically provided widgets for
190
+ parameter exploration.
191
+
192
+ .. image :: /_static/holoviews.png
193
+ :height: 354px
194
+
175
195
.. _toolkit_ggplot :
176
196
177
197
ggplot
@@ -181,6 +201,9 @@ ggplot
181
201
`ggplot <https://github.com/yhat/ggplot >`_ is a port of the R ggplot2
182
202
to python based on matplotlib.
183
203
204
+ .. image :: /_static/ggplot.png
205
+ :height: 195px
206
+
184
207
185
208
.. _toolkit_prettyplotlib :
186
209
You can’t perform that action at this time.
0 commit comments