Skip to content

Commit e7238f8

Browse files
committed
Revert change to main index page, keeping version changes only.
1 parent f03532d commit e7238f8

File tree

1 file changed

+349
-12
lines changed

1 file changed

+349
-12
lines changed

index.html

Lines changed: 349 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,350 @@
1-
<!DOCTYPE HTML>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="refresh" content="0;url=stable/index.html" />
6-
<link rel="canonical" href="https://matplotlib.org/stable/index.html" />
7-
</head>
8-
<body>
9-
<h1>
10-
The page been moved <a href="stable/index.html">here</a>!
11-
</h1>
12-
</body>
1+
2+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4+
5+
<html xmlns="http://www.w3.org/1999/xhtml">
6+
<head>
7+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
8+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10+
<title>Matplotlib: Python plotting &#8212; Matplotlib 3.4.0 documentation</title>
11+
<link rel="stylesheet" href="_static/mpl.css?v3.4.0-2-gcb03754703" type="text/css" />
12+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13+
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
14+
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
15+
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
16+
<link rel="stylesheet" type="text/css" href="_static/gallery.css" />
17+
<link rel="stylesheet" type="text/css" href="_static/gallery-binder.css" />
18+
<link rel="stylesheet" type="text/css" href="_static/gallery-dataframe.css" />
19+
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
20+
<script src="_static/jquery.js"></script>
21+
<script src="_static/underscore.js"></script>
22+
<script src="_static/doctools.js"></script>
23+
<script src="_static/language_data.js"></script>
24+
<script src="_static/clipboard.min.js"></script>
25+
<script src="_static/copybutton.js"></script>
26+
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
27+
<link rel="search" type="application/opensearchdescription+xml"
28+
title="Search within Matplotlib 3.4.0 documentation"
29+
href="_static/opensearch.xml"/>
30+
<link rel="shortcut icon" href="_static/favicon.ico"/>
31+
32+
<link rel="index" title="Index" href="genindex.html" />
33+
<link rel="search" title="Search" href="search.html" />
34+
<link rel="top" title="Matplotlib 3.4.0 documentation" href="#" />
35+
<link rel="canonical" href="https://matplotlib.org/stable/index.html" />
36+
37+
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
38+
39+
40+
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
41+
42+
</head><body>
43+
44+
45+
<!--
46+
<div id="annc-banner">
47+
48+
</div>
49+
-->
50+
51+
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
52+
<a href="stable/index.html">
53+
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 3.4.0</span></div>
54+
<img src="_static/logo2_compressed.svg" height="125px" border="0" alt="matplotlib"/></a>
55+
56+
<!-- The "Fork me on github" ribbon -->
57+
<div id="forkongithub"><a href="https://github.com/matplotlib/matplotlib">Fork me on GitHub</a></div>
58+
</div>
59+
60+
<nav class="main-nav">
61+
<ul>
62+
<li><a href="stable/users/installing.html">Installation</a></li>
63+
<li><a href="stable/contents.html">Documentation</a></li>
64+
<li><a href="stable/gallery/index.html">Examples</a></li>
65+
<li><a href="stable/tutorials/index.html">Tutorials</a></li>
66+
<li><a href="stable/devel/index.html">Contributing</a></li>
67+
<li class="nav-right">
68+
<form class="search" action="stable/search.html" method="get">
69+
<input type="text" name="q" aria-labelledby="searchlabel" placeholder="Search"/>
70+
</form>
71+
</li>
72+
</ul>
73+
</nav>
74+
<div class="related" role="navigation" aria-label="related navigation">
75+
<h3>Navigation</h3>
76+
<ul>
77+
<li class="right" style="margin-right: 10px">
78+
<a href="stable/genindex.html" title="General Index"
79+
accesskey="I">index</a></li>
80+
<li class="right" >
81+
<a href="stable/py-modindex.html" title="Python Module Index"
82+
>modules</a> |</li>
83+
<li><a href="stable/index.html">home</a>|&nbsp;</li>
84+
<li><a href="stable/contents.html">contents</a> &raquo;</li>
85+
<li class="nav-item nav-item-this"><a href="stable/index.html">Matplotlib: Python plotting</a></li>
86+
</ul>
87+
</div>
88+
89+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
90+
<div class="sphinxsidebarwrapper"><div class="sidebar-versions">
91+
<script>
92+
function getSnippet(id, url) {
93+
var req = false;
94+
// For Safari, Firefox, and other non-MS browsers
95+
if (window.XMLHttpRequest) {
96+
try {
97+
req = new XMLHttpRequest();
98+
} catch (e) {
99+
req = false;
100+
}
101+
} else if (window.ActiveXObject) {
102+
// For Internet Explorer on Windows
103+
try {
104+
req = new ActiveXObject("Msxml2.XMLHTTP");
105+
} catch (e) {
106+
try {
107+
req = new ActiveXObject("Microsoft.XMLHTTP");
108+
} catch (e) {
109+
req = false;
110+
}
111+
}
112+
}
113+
var element = document.querySelector(".sidebar-versions");
114+
if (req) {
115+
// Synchronous request, wait till we have it all
116+
req.open('GET', url, false);
117+
req.send(null);
118+
if (req.status == 200) {
119+
element.innerHTML = req.responseText;
120+
} else {
121+
element.innerHTML = "<mark>Could not find Snippet to insert at " + url + "</mark>"
122+
}
123+
}
124+
}
125+
getSnippet('other_versions', '/versions.html');
126+
</script>
127+
</div>
128+
129+
<div class="sphinxsidebarwrapper">
130+
<h3>Matplotlib cheatsheets</h3>
131+
<a href="https://github.com/matplotlib/cheatsheets#cheatsheets">
132+
<img src="stable/_static/mpl_cheatsheet1.png"
133+
alt="Matplotlib cheatsheets"
134+
srcset="stable/_static/mpl_cheatsheet1.png 1x, stable/_static/mpl_cheatsheet1_2x.png 2x"/>
135+
</a>
136+
</div>
137+
138+
139+
<div id="sidebar-donations">
140+
<a href="https://numfocus.org/donate-to-matplotlib" target="_blank"> <span class="mpl-button donate_button" >Support Matplotlib</span></a>
141+
</div>
142+
</div>
143+
</div>
144+
145+
<div class="document">
146+
<div class="documentwrapper">
147+
<div class="bodywrapper">
148+
149+
150+
<div class="body" role="main">
151+
152+
<div class="section" id="matplotlib-visualization-with-python">
153+
<h1>Matplotlib: Visualization with Python<a class="headerlink" href="stable/#matplotlib-visualization-with-python" title="Permalink to this headline"></a></h1>
154+
<p>Matplotlib is a comprehensive library for creating static, animated,
155+
and interactive visualizations in Python.</p>
156+
<div class="responsive_screenshots">
157+
<a href="stable/tutorials/introductory/sample_plots.html">
158+
<div class="responsive_subfig">
159+
<img align="middle" src="_images/sphx_glr_membrane_thumb.png"
160+
border="0" alt="screenshots"/>
161+
</div>
162+
<div class="responsive_subfig">
163+
<img align="middle" src="_images/sphx_glr_histogram_thumb.png"
164+
border="0" alt="screenshots"/>
165+
</div>
166+
<div class="responsive_subfig">
167+
<img align="middle" src="_images/sphx_glr_contour_thumb.png"
168+
border="0" alt="screenshots"/>
169+
</div>
170+
<div class="responsive_subfig">
171+
<img align="middle" src="_images/sphx_glr_3D_thumb.png"
172+
border="0" alt="screenshots"/>
173+
</div>
174+
</a>
175+
</div>
176+
<span class="clear_screenshots"></span><p>Matplotlib makes easy things easy and hard things possible.</p>
177+
<div class="bullet-box-container docutils container">
178+
<div class="bullet-box docutils container">
179+
<p>Create</p>
180+
<ul class="simple">
181+
<li>Develop <a class="reference external" href="stable/gallery/index.html">publication quality plots</a> with just a few lines of code</li>
182+
<li>Use <a class="reference external" href="stable/gallery/index.html#event-handling">interactive figures</a> that can zoom, pan, update...</li>
183+
</ul>
184+
</div>
185+
<div class="bullet-box docutils container">
186+
<p>Customize</p>
187+
<ul class="simple">
188+
<li><a class="reference external" href="stable/tutorials/index.html#tutorials">Take full control</a> of line styles, font properties, axes properties...</li>
189+
<li><a class="reference external" href="stable/api/index_backend_api.html">Export and embed</a> to a number of file formats and interactive environments</li>
190+
</ul>
191+
</div>
192+
<div class="bullet-box docutils container">
193+
<p>Extend</p>
194+
<ul class="simple">
195+
<li>Explore tailored functionality provided by
196+
<a class="reference internal" href="stable/thirdpartypackages/index.html"><span class="doc">third party packages</span></a></li>
197+
<li>Learn more about Matplotlib through the many
198+
<a class="reference internal" href="stable/resources/index.html"><span class="doc">external learning resources</span></a></li>
199+
</ul>
200+
</div>
201+
</div>
202+
<div class="section" id="documentation">
203+
<h2>Documentation<a class="headerlink" href="stable/#documentation" title="Permalink to this headline"></a></h2>
204+
<p>To get started, read the <a class="reference internal" href="stable/users/index.html"><span class="doc">User's Guide</span></a>.</p>
205+
<p>Trying to learn how to do a particular kind of plot? Check out the
206+
<a class="reference internal" href="stable/gallery/index.html"><span class="doc">examples gallery</span></a> or the <a class="reference internal" href="stable/api/pyplot_summary.html"><span class="doc">list of plotting commands</span></a>.</p>
207+
</div>
208+
<div class="section" id="join-our-community">
209+
<h2>Join our community!<a class="headerlink" href="stable/#join-our-community" title="Permalink to this headline"></a></h2>
210+
<p>Matplotlib is a welcoming, inclusive project, and everyone within the community
211+
is expected to abide by our <a class="reference external" href="../CODE_OF_CONDUCT.md">code of conduct</a>.</p>
212+
<h3>Get help</h3>
213+
<div class="box">
214+
<div class="box-item">
215+
<img src="_static/fa/discourse-brands.svg" alt="Discourse">
216+
<p>Join our community at <a href="https://discourse.matplotlib.org">discourse.matplotlib.org</a>
217+
to get help, discuss contributing &amp; development, and share your work.</p>
218+
</div>
219+
<div class="box-item">
220+
<img src="_static/fa/question-circle-regular.svg" alt="Questions">
221+
<p>If you have questions, be sure to check the <a href="stable/faq/index.html">FAQ</a>,
222+
the <a href="stable/api/index.html">API</a> docs. The full text
223+
<a href="stable/search.html">search</a> is a good way to discover the docs including the many examples.</p>
224+
</div>
225+
<div class="box-item">
226+
<img src="_static/fa/stack-overflow-brands.svg" alt="Stackoverflow">
227+
<p>Check out the Matplotlib tag on <a href="https://stackoverflow.com/questions/tagged/matplotlib">stackoverflow</a>.</p>
228+
</div>
229+
<div class="box-item">
230+
<img src="_static/fa/gitter-brands.svg" alt="Gitter">
231+
<p>Short questions may be posted on the <a href="https://gitter.im/matplotlib/matplotlib">gitter channel</a>.</p>
232+
</div>
233+
</div>
234+
<hr class='box-sep'>
235+
<h3>News</h3>
236+
<div class="box">
237+
<div class="box-item">
238+
<img src="_static/fa/plus-square-regular.svg" alt="News">
239+
<p>To keep up to date with what's going on in Matplotlib, see the
240+
<a href="stable/users/whats_new.html">what's new</a> page or browse the
241+
<a href="https://github.com/matplotlib/matplotlib">source code</a>. Anything that could
242+
require changes to your existing code is logged in the
243+
<a href="stable/api/api_changes.html">API changes</a> file.</p>
244+
</div>
245+
<div class="box-item">
246+
<img src="_static/fa/hashtag-solid.svg" alt="Social media">
247+
<ul>
248+
<li>Tweet us at <a href="https://twitter.com/matplotlib">@matplotlib</a>!</li>
249+
<li>See cool plots on <a href="https://www.instagram.com/matplotart/">@matplotart</a> Instagram!</li>
250+
<li>Check out our <a href="https://matplotlib.org/matplotblog/">Blog</a>!</li>
251+
</ul>
252+
</div>
253+
</div>
254+
<hr class='box-sep'>
255+
<h3>Development</h3>
256+
<div class="box">
257+
<div class="box-item">
258+
<img src="_static/fa/github-brands.svg" alt="Github">
259+
<p>Matplotlib is hosted on <a href="https://github.com/matplotlib/matplotlib">GitHub</a>.</p>
260+
<ul>
261+
<li>File bugs and feature requests on the <a href="https://github.com/matplotlib/matplotlib/issues">issue tracker</a>.</li>
262+
<li><a href="https://github.com/matplotlib/matplotlib/pulls">Pull requests</a> are always welcome.</li>
263+
</ul>
264+
<p>It is a good idea to ping us on <a href="https://discourse.matplotlib.org">Discourse</a> as well.</p>
265+
</div>
266+
<div class="box-item">
267+
<img src="_static/fa/envelope-regular.svg" alt="Mailing lists">
268+
<p>Mailing lists</p>
269+
<ul>
270+
<li><a href="https://mail.python.org/mailman/listinfo/matplotlib-users">matplotlib-users</a> for usage questions</li>
271+
<li><a href="https://mail.python.org/mailman/listinfo/matplotlib-devel">matplotlib-devel</a> for development</li>
272+
<li><a href="https://mail.python.org/mailman/listinfo/matplotlib-announce">matplotlib-announce</a> for project announcements</li>
273+
</ul>
274+
</div>
275+
</div><div class="section" id="toolkits">
276+
<h3>Toolkits<a class="headerlink" href="stable/#toolkits" title="Permalink to this headline"></a></h3>
277+
<p>Matplotlib ships with several add-on <a class="reference internal" href="stable/api/toolkits/index.html"><span class="doc">toolkits</span></a>,
278+
including 3D plotting with <a class="reference internal" href="stable/api/toolkits/mplot3d.html#module-mpl_toolkits.mplot3d" title="mpl_toolkits.mplot3d"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mplot3d</span></code></a>, axes helpers in <a class="reference internal" href="stable/api/toolkits/axes_grid1.html#module-mpl_toolkits.axes_grid1" title="mpl_toolkits.axes_grid1"><code class="xref py py-obj docutils literal notranslate"><span class="pre">axes_grid1</span></code></a> and axis
279+
helpers in <a class="reference internal" href="stable/api/toolkits/axisartist.html#module-mpl_toolkits.axisartist" title="mpl_toolkits.axisartist"><code class="xref py py-obj docutils literal notranslate"><span class="pre">axisartist</span></code></a>.</p>
280+
</div>
281+
<div class="section" id="third-party-packages">
282+
<h3>Third party packages<a class="headerlink" href="stable/#third-party-packages" title="Permalink to this headline"></a></h3>
283+
<p>A large number of <a class="reference internal" href="stable/thirdpartypackages/index.html"><span class="doc">third party packages</span></a>
284+
extend and build on Matplotlib functionality, including several higher-level
285+
plotting interfaces (<a class="reference external" href="https://seaborn.pydata.org">seaborn</a>, <a class="reference external" href="https://holoviews.org">HoloViews</a>, <a class="reference external" href="http://ggplot.yhathq.com">ggplot</a>, ...), and a projection
286+
and mapping toolkit (<a class="reference external" href="https://scitools.org.uk/cartopy/docs/latest">Cartopy</a>).</p>
287+
</div>
288+
<div class="section" id="citing-matplotlib">
289+
<h3>Citing Matplotlib<a class="headerlink" href="stable/#citing-matplotlib" title="Permalink to this headline"></a></h3>
290+
<p>Matplotlib is the brainchild of John Hunter (1968-2012), who, along with its
291+
many contributors, have put an immeasurable amount of time and effort into
292+
producing a piece of software utilized by thousands of scientists worldwide.</p>
293+
<p>If Matplotlib contributes to a project that leads to a scientific publication,
294+
please acknowledge this work by citing the project. A <a class="reference internal" href="stable/citing.html"><span class="doc">ready-made citation
295+
entry</span></a> is available.</p>
296+
</div>
297+
<div class="section" id="open-source">
298+
<h3>Open source<a class="headerlink" href="stable/#open-source" title="Permalink to this headline"></a></h3>
299+
<a href="https://numfocus.org/">
300+
<img src="_static/numfocus_badge.png"
301+
alt="A Fiscally Sponsored Project of NUMFocus"
302+
style="float:right; margin-left:20px" />
303+
</a><p>Matplotlib is a Sponsored Project of NumFOCUS, a 501(c)(3) nonprofit
304+
charity in the United States. NumFOCUS provides Matplotlib with
305+
fiscal, legal, and administrative support to help ensure the health
306+
and sustainability of the project. Visit <a class="reference external" href="https://numfocus.org">numfocus.org</a> for more
307+
information.</p>
308+
<p>Donations to Matplotlib are managed by NumFOCUS. For donors in the
309+
United States, your gift is tax-deductible to the extent provided by
310+
law. As with any donation, you should consult with your tax adviser
311+
about your particular tax situation.</p>
312+
<p>Please consider <a class="reference external" href="https://numfocus.org/donate-to-matplotlib">donating to the Matplotlib project</a> through
313+
the NumFOCUS organization or to the <a class="reference external" href="https://numfocus.org/programs/john-hunter-technology-fellowship/">John Hunter Technology Fellowship</a>.</p>
314+
<p>The <a class="reference internal" href="stable/users/license.html"><span class="doc">Matplotlib license</span></a> is based on the <a class="reference external" href="https://www.python.org/psf/license">Python Software
315+
Foundation (PSF) license</a>.</p>
316+
<p>There is an active developer community and a long list of people who have made
317+
significant <a class="reference internal" href="stable/users/credits.html"><span class="doc">contributions</span></a>.</p>
318+
</div>
319+
</div>
320+
</div>
321+
322+
323+
</div>
324+
325+
</div>
326+
</div>
327+
<div class="clearer"></div>
328+
</div>
329+
<footer>
330+
<div class="footer">
331+
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2021 The Matplotlib development team.
332+
<br />
333+
Last updated on Mar 26, 2021.
334+
Created using
335+
<a href="http://sphinx-doc.org/">Sphinx</a> 3.2.1.
336+
Doc version v3.4.0-2-gcb03754703.
337+
</div>
338+
</footer>
339+
<script>
340+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
341+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
342+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
343+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
344+
345+
ga('create', 'UA-55954603-1', 'auto');
346+
ga('send', 'pageview');
347+
348+
</script>
349+
</body>
13350
</html>

0 commit comments

Comments
 (0)