File tree Expand file tree Collapse file tree 8 files changed +30
-5
lines changed Expand file tree Collapse file tree 8 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -167,8 +167,11 @@ <h1>Toolkits</h1>
167
167
< h1 > Third party packages</ h1 >
168
168
169
169
< p > A large number of third party < a href ="{{ pathto('mpl_toolkits/index') }} "> packages</ a >
170
- extend and build on Matplotlib functionality,
171
- including a choice of two projection and mapping toolkits
170
+ extend and build on Matplotlib functionality. This includes several higher-level plotting interfaces;
171
+ < a href ="http://web.stanford.edu/~mwaskom/software/seaborn "> seaborn</ a > ,
172
+ < a href ="http://holoviews.org "> holoviews</ a > ,
173
+ < a href ="http://ggplot.yhathq.com "> ggplot</ a > , and
174
+ two projection and mapping toolkits
172
175
< a href ="http://matplotlib.org/basemap "> basemap</ a > and
173
176
< a href ="http://scitools.org.uk/cartopy/docs/latest "> cartopy</ a > .
174
177
</ p >
Original file line number Diff line number Diff line change @@ -161,8 +161,6 @@ <h3>{{ _('Navigation') }}</h3>
161
161
162
162
{% block relbar1 %}
163
163
164
- < link rel ="shortcut icon " href ="/_static/favicon.ico ">
165
-
166
164
<!-- The "Fork me on github" ribbon -->
167
165
< img style ="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0; " src ="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png " usemap ="#ribbonmap "/>
168
166
< map name ="ribbonmap ">
Original file line number Diff line number Diff line change 214
214
# Output file base name for HTML help builder.
215
215
htmlhelp_basename = 'Matplotlibdoc'
216
216
217
+ # Path to favicon
218
+ html_favicon = '_static/favicon.ico'
217
219
218
220
# Options for LaTeX output
219
221
# ------------------------
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ axisartist
51
51
==========
52
52
53
53
54
- The :ref: `mpl_toolkits.axisartist <toolkit_axisartist-index >` toolkit contains
54
+ The :ref: `mpl_toolkits.axisartist <toolkit_axisartist-index >` toolkit contains
55
55
a custom Axes class that is meant to support for curvilinear grids.
56
56
57
57
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ level interface for drawing statistical graphics with matplotlib. It
67
67
aims to make visualization a central part of exploring and
68
68
understanding complex datasets.
69
69
70
+ .. image :: /_static/seaborn.png
71
+ :height: 157px
72
+
70
73
.. _toolkit_ggplot :
71
74
72
75
ggplot
@@ -75,6 +78,25 @@ ggplot
75
78
`ggplot <https://github.com/yhat/ggplot >`_ is a port of the R ggplot2
76
79
to python based on matplotlib.
77
80
81
+ .. image :: /_static/ggplot.png
82
+ :height: 195px
83
+
84
+ .. _toolkit_holoviews :
85
+
86
+ holoviews
87
+ =========
88
+
89
+
90
+ `holoviews <http://holoviews.org >`_ makes it easier to visualize data
91
+ interactively, especially in a `Jupyter notebook
92
+ <http://jupyter.org> `_, by providing a set of declarative
93
+ plotting objects that store your data and associated metadata. Your
94
+ data is then immediately visualizable alongside or overlaid with other
95
+ data, either statically or with automatically provided widgets for
96
+ parameter exploration.
97
+
98
+ .. image :: /_static/holoviews.png
99
+ :height: 354px
78
100
79
101
.. _toolkit_prettyplotlib :
80
102
You can’t perform that action at this time.
0 commit comments