-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (212 loc) · 12.1 KB
/
index.html
File metadata and controls
235 lines (212 loc) · 12.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Matplotlib API — Matplotlib 2.2.0 documentation</title>
<link rel="stylesheet" href="../_static/mpl.css"
type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css"
type="text/css" />
<link rel="stylesheet" href="../_static/gallery.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.2.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Matplotlib 2.2.0 documentation"
href="../_static/opensearch.xml"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html"
/>
<link rel="search" title="Search" href="../search.html"
/>
<link rel="top" title="Matplotlib 2.2.0 documentation" href="../index.html" />
<link rel="next" title="The Pyplot API" href="pyplot_summary.html" />
<link rel="prev" title="Third party packages" href="../thirdpartypackages/index.html" />
<link rel="canonical" href="https://matplotlib.org/stable/api/index.html" />
<script data-domain="matplotlib.org" defer="defer" src="https://views.scientific-python.org/js/script.js"></script>
</head>
<body>
<div id="unreleased-message"> You are reading an old version of the documentation (v2.2.0). For the latest version see <a href="https://matplotlib.org/stable/api/index.html">https://matplotlib.org/stable/api/index.html</a></div>
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
<a href="../index.html">
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.0</span></div>
<img src="../_static/logo2.png" height="125px" border="0" alt="matplotlib"/></a>
<!-- The "Fork me on github" ribbon -->
<div id="forkongithub"><a href="https://github.com/matplotlib/matplotlib">Fork me on GitHub</a></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pyplot_summary.html" title="The Pyplot API"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../thirdpartypackages/index.html" title="Third party packages"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">home</a>| </li>
<li><a href="../gallery/index.html">examples</a>| </li>
<li><a href="../tutorials/index.html">tutorials</a>| </li>
<li><a href="pyplot_summary.html">pyplot</a>| </li>
<li><a href="../contents.html">docs</a> »</li>
</ul>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="../contents.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">The Matplotlib API</a><ul>
<li><a class="reference internal" href="#toolkits">Toolkits</a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../contents.html">Documentation overview</a><ul>
<li>Previous: <a href="../thirdpartypackages/index.html" title="previous chapter">Third party packages</a></li>
<li>Next: <a href="pyplot_summary.html" title="next chapter">The Pyplot API</a></li>
</ul></li>
</ul>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/api/index.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="the-matplotlib-api">
<span id="api-index"></span><h1>The Matplotlib API<a class="headerlink" href="#the-matplotlib-api" title="Permalink to this headline">¶</a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Release:</th><td class="field-body">2.2.0</td>
</tr>
<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">March 06, 2018</td>
</tr>
</tbody>
</table>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="pyplot_summary.html">The Pyplot API</a></li>
<li class="toctree-l1"><a class="reference internal" href="pyplot_summary.html#the-object-oriented-api">The Object-Oriented API</a></li>
<li class="toctree-l1"><a class="reference internal" href="pyplot_summary.html#colors-in-matplotlib">Colors in Matplotlib</a></li>
<li class="toctree-l1"><a class="reference internal" href="api_changes.html">API Changes</a></li>
<li class="toctree-l1"><a class="reference internal" href="matplotlib_configuration_api.html">The top level <code class="docutils literal notranslate"><span class="pre">matplotlib</span></code> module</a></li>
<li class="toctree-l1"><a class="reference internal" href="afm_api.html">afm (Adobe Font Metrics interface)</a></li>
<li class="toctree-l1"><a class="reference internal" href="animation_api.html">animation</a></li>
<li class="toctree-l1"><a class="reference internal" href="artist_api.html"><code class="docutils literal notranslate"><span class="pre">artist</span></code> Module</a></li>
<li class="toctree-l1"><a class="reference internal" href="axes_api.html"><code class="docutils literal notranslate"><span class="pre">Axes</span></code> class</a></li>
<li class="toctree-l1"><a class="reference internal" href="axis_api.html">axis and tick API</a></li>
<li class="toctree-l1"><a class="reference internal" href="index_backend_api.html">backends</a></li>
<li class="toctree-l1"><a class="reference internal" href="cbook_api.html">cbook</a></li>
<li class="toctree-l1"><a class="reference internal" href="cm_api.html">cm (colormap)</a></li>
<li class="toctree-l1"><a class="reference internal" href="collections_api.html">collections</a></li>
<li class="toctree-l1"><a class="reference internal" href="colorbar_api.html">colorbar</a></li>
<li class="toctree-l1"><a class="reference internal" href="colors_api.html">colors</a></li>
<li class="toctree-l1"><a class="reference internal" href="contour_api.html">contour</a></li>
<li class="toctree-l1"><a class="reference internal" href="container_api.html">container</a></li>
<li class="toctree-l1"><a class="reference internal" href="dates_api.html">dates</a></li>
<li class="toctree-l1"><a class="reference internal" href="dviread.html">dviread</a></li>
<li class="toctree-l1"><a class="reference internal" href="figure_api.html">figure</a></li>
<li class="toctree-l1"><a class="reference internal" href="font_manager_api.html">font_manager</a></li>
<li class="toctree-l1"><a class="reference internal" href="gridspec_api.html">gridspec</a></li>
<li class="toctree-l1"><a class="reference internal" href="image_api.html">image</a></li>
<li class="toctree-l1"><a class="reference internal" href="legend_api.html">legend and legend_handler</a></li>
<li class="toctree-l1"><a class="reference internal" href="lines_api.html">lines</a></li>
<li class="toctree-l1"><a class="reference internal" href="markers_api.html">markers</a></li>
<li class="toctree-l1"><a class="reference internal" href="mathtext_api.html">mathtext</a></li>
<li class="toctree-l1"><a class="reference internal" href="mlab_api.html">mlab</a></li>
<li class="toctree-l1"><a class="reference internal" href="offsetbox_api.html">offsetbox</a></li>
<li class="toctree-l1"><a class="reference internal" href="patches_api.html">patches</a></li>
<li class="toctree-l1"><a class="reference internal" href="path_api.html">path</a></li>
<li class="toctree-l1"><a class="reference internal" href="patheffects_api.html">patheffects</a></li>
<li class="toctree-l1"><a class="reference internal" href="projections_api.html">projections</a></li>
<li class="toctree-l1"><a class="reference internal" href="rcsetup_api.html">rcsetup</a></li>
<li class="toctree-l1"><a class="reference internal" href="sankey_api.html">sankey</a></li>
<li class="toctree-l1"><a class="reference internal" href="scale_api.html">scale</a></li>
<li class="toctree-l1"><a class="reference internal" href="spines_api.html">spines</a></li>
<li class="toctree-l1"><a class="reference internal" href="style_api.html">style</a></li>
<li class="toctree-l1"><a class="reference internal" href="table_api.html">table</a></li>
<li class="toctree-l1"><a class="reference internal" href="text_api.html">text</a></li>
<li class="toctree-l1"><a class="reference internal" href="ticker_api.html">ticker</a></li>
<li class="toctree-l1"><a class="reference internal" href="tight_layout_api.html">tight_layout</a></li>
<li class="toctree-l1"><a class="reference internal" href="transformations.html">Working with transformations</a></li>
<li class="toctree-l1"><a class="reference internal" href="tri_api.html">triangular grids</a></li>
<li class="toctree-l1"><a class="reference internal" href="type1font.html">type1font</a></li>
<li class="toctree-l1"><a class="reference internal" href="units_api.html">units</a></li>
<li class="toctree-l1"><a class="reference internal" href="widgets_api.html">widgets</a></li>
</ul>
</div>
<table border="1" class="longtable docutils">
<colgroup>
<col width="10%" />
<col width="90%" />
</colgroup>
<tbody valign="top">
<tr class="row-odd"><td><a class="reference internal" href="_as_gen/matplotlib.pyplot.html#module-matplotlib.pyplot" title="matplotlib.pyplot"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pyplot</span></code></a></td>
<td><a class="reference internal" href="_as_gen/matplotlib.pyplot.html#module-matplotlib.pyplot" title="matplotlib.pyplot"><code class="xref py py-obj docutils literal notranslate"><span class="pre">matplotlib.pyplot</span></code></a> is a state-based interface to matplotlib.</td>
</tr>
</tbody>
</table>
<div class="section" id="toolkits">
<h2>Toolkits<a class="headerlink" href="#toolkits" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="toolkits/axes_grid.html">The Matplotlib axes_grid Toolkit API</a></li>
<li class="toctree-l1"><a class="reference internal" href="toolkits/mplot3d.html">mplot3d API</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2017 The Matplotlib development team.
Last updated on Mar 06, 2018.
Created using <a
href="http://sphinx-doc.org/">Sphinx</a> 1.7.1.
</div>
</body>
<footer>
</footer>
</html>