-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathgithub_stats.html
More file actions
313 lines (291 loc) · 29.8 KB
/
github_stats.html
File metadata and controls
313 lines (291 loc) · 29.8 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!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="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub Stats — Matplotlib 3.4.2 documentation</title>
<link rel="stylesheet" href="../_static/mpl.css?v3.4.2-2-gf801f04d09-dirty" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../_static/gallery.css" />
<link rel="stylesheet" type="text/css" href="../_static/gallery-binder.css" />
<link rel="stylesheet" type="text/css" href="../_static/gallery-dataframe.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script src="../_static/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Matplotlib 3.4.2 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="next" title="GitHub Stats for Matplotlib 3.4.1" href="prev_whats_new/github_stats_3.4.1.html" />
<link rel="prev" title="History" href="history.html" />
<link rel="top" title="Matplotlib 3.4.2 documentation" href="#" />
<link rel="canonical" href="https://matplotlib.org/stable/users/github_stats.html" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
<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 (v3.4.2). For the latest version see <a href="https://matplotlib.org/stable/users/github_stats.html">https://matplotlib.org/stable/users/github_stats.html</a></div>
<!--
<div id="annc-banner">
</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 3.4.2</span></div>
<img src="../_static/logo2_compressed.svg" 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>
<nav class="main-nav">
<ul>
<li><a href="installing.html">Installation</a></li>
<li><a href="../contents.html">Documentation</a></li>
<li><a href="../gallery/index.html">Examples</a></li>
<li><a href="../tutorials/index.html">Tutorials</a></li>
<li><a href="../devel/index.html">Contributing</a></li>
<li class="nav-right">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" placeholder="Search"/>
</form>
</li>
</ul>
</nav>
<div class="related" role="navigation" aria-label="related navigation">
<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="prev_whats_new/github_stats_3.4.1.html" title="GitHub Stats for Matplotlib 3.4.1"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="history.html" title="History"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">home</a>| </li>
<li><a href="../contents.html">contents</a> »</li>
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">User's Guide</a> »</li>
<li class="nav-item nav-item-this"><a href="">GitHub Stats</a></li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="../contents.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">GitHub Stats</a><ul>
<li><a class="reference internal" href="#previous-github-stats">Previous GitHub Stats</a></li>
</ul>
</li>
</ul>
<div id="sidebar-pagesource" role="note" aria-label="source link"
style="margin-top: 1.5em; padding-top: 0.1em; border-top: 1px solid #86989b">
<a href="../_sources/users/github_stats.rst.txt"
style="color: #c0c0c0" rel="nofollow">Show Page Source</a>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="github-stats">
<span id="id1"></span><h1>GitHub Stats<a class="headerlink" href="#github-stats" title="Permalink to this headline">¶</a></h1>
<p>GitHub stats for 2021/03/31 - 2021/05/07 (tag: v3.4.1)</p>
<p>These lists are automatically generated, and may be incomplete or contain duplicates.</p>
<p>We closed 21 issues and merged 97 pull requests.
The full list can be seen <a class="reference external" href="https://github.com/matplotlib/matplotlib/milestone/63?closed=1">on GitHub</a></p>
<p>The following 13 authors contributed 138 commits.</p>
<ul class="simple">
<li>AkM-2018</li>
<li>Antony Lee</li>
<li>David Stansby</li>
<li>Elliott Sales de Andrade</li>
<li>hannah</li>
<li>Ian Thomas</li>
<li>Jann Paul Mattern</li>
<li>Jody Klymak</li>
<li>pwohlhart</li>
<li>richardsheridan</li>
<li>Thomas A Caswell</li>
<li>Tim Hoffmann</li>
<li>Xianxiang Li</li>
</ul>
<p>GitHub issues and pull requests:</p>
<p>Pull Requests (97):</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20184/">PR #20184</a>: Backport PR #20147 on branch v3.4.x (DOC: add example of labelling axes)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20181/">PR #20181</a>: Backport PR #20171 on branch v3.4.x (Remove unsupported arguments from tricontourf documentation)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20180/">PR #20180</a>: Backport PR #19876 on branch v3.4.x (FIX: re-order unit conversion and mask array coercion)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20171/">PR #20171</a>: Remove unsupported arguments from tricontourf documentation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19876/">PR #19876</a>: FIX: re-order unit conversion and mask array coercion</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20178/">PR #20178</a>: Backport PR #20150 on branch v3.4.x</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20172/">PR #20172</a>: Backport PR #20161 on branch v3.4.x (Fix resetting grid visibility)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20161/">PR #20161</a>: Fix resetting grid visibility</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20167/">PR #20167</a>: Backport PR #20146 on branch v3.4.x (Don't clip clip paths to Figure bbox.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20166/">PR #20166</a>: Backport PR #19978 on branch v3.4.x (fixed bug in CenteredNorm, issue #19972)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20146/">PR #20146</a>: Don't clip clip paths to Figure bbox.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19978/">PR #19978</a>: fixed bug in CenteredNorm, issue #19972</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20160/">PR #20160</a>: Backport PR #20148 on branch v3.4.x (FIX: MouseButton representation in boilerplate generated signatures)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20148/">PR #20148</a>: FIX: MouseButton representation in boilerplate generated signatures</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20152/">PR #20152</a>: Backport PR #20145 on branch v3.4.x (Fix broken link to ggplot in docs)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20139/">PR #20139</a>: Backport PR #20135 on branch v3.4.x (Add tricontour/tricontourf arguments(corner_mask, vmin vmax, antialiased, nchunk, hatches) documentation)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20135/">PR #20135</a>: Add tricontour/tricontourf arguments(corner_mask, vmin vmax, antialiased, nchunk, hatches) documentation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20136/">PR #20136</a>: Backport PR #19959 on branch v3.4.x (Bugfix Tk start_event_loop)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19959/">PR #19959</a>: Bugfix Tk start_event_loop</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20128/">PR #20128</a>: Backport PR #20123 on branch v3.4.x (Ensure that Matplotlib is importable even if there's no HOME.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20123/">PR #20123</a>: Ensure that Matplotlib is importable even if there's no HOME.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20009/">PR #20009</a>: Fix removal of shared polar axes.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20104/">PR #20104</a>: Backport PR #19686 on branch v3.4.x (Declare sphinxext.redirect_from parallel_read_safe)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19686/">PR #19686</a>: Declare sphinxext.redirect_from parallel_read_safe</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20098/">PR #20098</a>: Backport PR #20096 on branch v3.4.x (Ignore errors for sip with no setapi.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20096/">PR #20096</a>: Ignore errors for sip with no setapi.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20087/">PR #20087</a>: Backport PR #20083 on branch v3.4.x (Revert "Temporarily switch intersphinx to latest pytest.")</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20085/">PR #20085</a>: Backport PR #20082 on branch v3.4.x (Fix bar_label for bars with nan values)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20082/">PR #20082</a>: Fix bar_label for bars with nan values</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20076/">PR #20076</a>: Backport PR #20062 on branch v3.4.x ([DOC] Add top-level .. module:: definition for matplotlib)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20043/">PR #20043</a>: Backport PR #20041 on branch v3.4.x (Clarify docs for stackplot.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20041/">PR #20041</a>: Clarify docs for stackplot.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20039/">PR #20039</a>: Backport PR #20037 on branch v3.4.x (Don't generate wheels unusable on PyPy7.3.{0,1}.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20037/">PR #20037</a>: Don't generate wheels unusable on PyPy7.3.{0,1}.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20033/">PR #20033</a>: Backport PR #20031 on branch v3.4.x (Cleanup widget examples)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20031/">PR #20031</a>: Cleanup widget examples</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20022/">PR #20022</a>: Backport PR #19949 on branch v3.4.x (FIX: subfigure indexing error)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19949/">PR #19949</a>: FIX: subfigure indexing error</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20018/">PR #20018</a>: Backport PR #20017 on branch v3.4.x (FIX typos in imshow_extent.py)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20017/">PR #20017</a>: FIX typos in imshow_extent.py</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20015/">PR #20015</a>: Backport PR #19962 on branch v3.4.x (Dev install troubleshooting)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19962/">PR #19962</a>: Dev install troubleshooting</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20002/">PR #20002</a>: Backport PR #19995 on branch v3.4.x (Fix valinit argument to RangeSlider)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20004/">PR #20004</a>: Backport PR #19999 on branch v3.4.x (DOC: add note about axes order to docstring)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19998/">PR #19998</a>: Backport PR #19964 on branch v3.4.x (FIX: add subplot_mosaic axes in the order the user gave them to us)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19999/">PR #19999</a>: DOC: add note about axes order to docstring</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19997/">PR #19997</a>: Backport PR #19992 on branch v3.4.x (Minor fixes to polar locator docstrings.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19995/">PR #19995</a>: Fix valinit argument to RangeSlider</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19964/">PR #19964</a>: FIX: add subplot_mosaic axes in the order the user gave them to us</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19993/">PR #19993</a>: Backport PR #19983 on branch v3.4.x (Fix handling of "d" glyph in backend_ps.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19992/">PR #19992</a>: Minor fixes to polar locator docstrings.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19991/">PR #19991</a>: Backport PR #19987 on branch v3.4.x (Fix set_thetalim((min, max)).)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19976/">PR #19976</a>: Backport PR #19970 on branch v3.4.x (Initialize members of PathClipper and check for m_has_init)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19983/">PR #19983</a>: Fix handling of "d" glyph in backend_ps.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19987/">PR #19987</a>: Fix set_thetalim((min, max)).</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19970/">PR #19970</a>: Initialize members of PathClipper and check for m_has_init</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19973/">PR #19973</a>: Backport PR #19971 on branch v3.4.x (Fix missing closing bracket in docs)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19971/">PR #19971</a>: Fix missing closing bracket in docs</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19966/">PR #19966</a>: Backport PR #19963 on branch v3.4.x (test_StrCategoryLocator using parameterized plotter)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19965/">PR #19965</a>: Backport PR #19961 on branch v3.4.x (FIX: subfigure tightbbox)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19963/">PR #19963</a>: test_StrCategoryLocator using parameterized plotter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19961/">PR #19961</a>: FIX: subfigure tightbbox</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19953/">PR #19953</a>: Backport PR #19919 on branch v3.4.x (Copy errorbar style normalization to 3D)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19919/">PR #19919</a>: Copy errorbar style normalization to 3D</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19950/">PR #19950</a>: Backport PR #19948 on branch v3.4.x (Allow numpy arrays to be used as elinewidth)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19948/">PR #19948</a>: Allow numpy arrays to be used as elinewidth</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19944/">PR #19944</a>: Backport PR #19939 on branch v3.4.x (add highlight-text to the third party packages list)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19921/">PR #19921</a>: Backport PR #19913 on branch v3.4.x (Minor docstring improvement for set_aspect())</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19920/">PR #19920</a>: Backport PR #19903 on branch v3.4.x (Fix textbox cursor color, set its linewidth.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19913/">PR #19913</a>: Minor docstring improvement for set_aspect()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19903/">PR #19903</a>: Fix textbox cursor color, set its linewidth.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19917/">PR #19917</a>: Backport PR #19911 on branch v3.4.x (Shorten "how-to draw order")</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19916/">PR #19916</a>: Backport PR #19888 on branch v3.4.x (Fix errorbar drawstyle)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19911/">PR #19911</a>: Shorten "how-to draw order"</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19888/">PR #19888</a>: Fix errorbar drawstyle</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19910/">PR #19910</a>: Backport PR #19895 on branch v3.4.x (Added PyPI info to third party page)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19895/">PR #19895</a>: Added PyPI info to third party page</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19896/">PR #19896</a>: Backport PR #19893 on branch v3.4.x (Remove Howto: Plot numpy.datetime64 values)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19893/">PR #19893</a>: Remove Howto: Plot numpy.datetime64 values</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19886/">PR #19886</a>: Backport PR #19881 on branch v3.4.x (Remove two sections from Plotting FAQ)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19877/">PR #19877</a>: Backport PR #19863 on branch v3.4.x (Cleanup docstrings related to interactive mode)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19881/">PR #19881</a>: Remove two sections from Plotting FAQ</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19885/">PR #19885</a>: Backport PR #19883 on branch v3.4.x (Small cleanups to FAQ.)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19883/">PR #19883</a>: Small cleanups to FAQ.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19878/">PR #19878</a>: Backport PR #19867 on branch v3.4.x (Remove "Use show()" from how-to )</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19875/">PR #19875</a>: Backport PR #19868 on branch v3.4.x (Remove "Install from source" from Installing FAQ)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19867/">PR #19867</a>: Remove "Use show()" from how-to</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19863/">PR #19863</a>: Cleanup docstrings related to interactive mode</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19868/">PR #19868</a>: Remove "Install from source" from Installing FAQ</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19874/">PR #19874</a>: Backport PR #19847 on branch v3.4.x (Reformat references (part 2))</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19847/">PR #19847</a>: Reformat references (part 2)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19865/">PR #19865</a>: Backport PR #19860 on branch v3.4.x (Move "howto interpreting box plots" to boxplot docstring)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19860/">PR #19860</a>: Move "howto interpreting box plots" to boxplot docstring</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19862/">PR #19862</a>: Backport PR #19861 on branch v3.4.x (Remove FAQ Installing - Linux notes)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19861/">PR #19861</a>: Remove FAQ Installing - Linux notes</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/18060/">PR #18060</a>: Correctly handle 'none' facecolors in do_3d_projection</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/19846/">PR #19846</a>: Backport PR #19788 on branch v3.4.x (Reformat references)</li>
</ul>
<p>Issues (21):</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19871/">#19871</a>: Matplotlib >= v3.3.3 breaks with pandas.plotting.register_matplotlib_converters(), ax.pcolormesh(), and datetime objects</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20149/">#20149</a>: KeyError: 'gridOn' in axis.py when axis.tick_params() is used with reset = True</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20127/">#20127</a>: Zooming on a contour plot with clipping results in bad clipping</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19972/">#19972</a>: CenteredNorm with halfrange raises exception when passed to imshow</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19940/">#19940</a>: Tkagg event loop throws error on window close</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20122/">#20122</a>: Run in a system service / without configuration</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19989/">#19989</a>: Removal of y-shared polar axes causes crash at draw time</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19988/">#19988</a>: Removal of x-shared polar axes causes crash</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20040/">#20040</a>: AttributeError: module 'sip' has no attribute 'setapi'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20058/">#20058</a>: bar_label fails with nan data values</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20036/">#20036</a>: Minor changes about stackplot documentation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20014/">#20014</a>: undefined symbol: PyPyUnicode_ReadChar</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19947/">#19947</a>: Figure.subfigures dont show/update correctly</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19960/">#19960</a>: Failed to init RangeSlider with valinit attribute</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19736/">#19736</a>: subplot_mosaic axes are not added in consistent order</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19979/">#19979</a>: Blank EPS figures if plot contains 'd'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19938/">#19938</a>: unuseful deprecation warning figbox</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19958/">#19958</a>: subfigures missing bbox_inches attribute in inline backend</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19936/">#19936</a>: Errorbars elinewidth raise error when numpy array</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19879/">#19879</a>: Using "drawstyle" raises AttributeError in errorbar, when yerr is specified.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19454/">#19454</a>: I cannot import matplotlib.pyplot as plt</li>
</ul>
<div class="section" id="previous-github-stats">
<h2>Previous GitHub Stats<a class="headerlink" href="#previous-github-stats" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.4.1.html">GitHub Stats for Matplotlib 3.4.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.4.0.html">GitHub Stats for Matplotlib 3.4.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.4.html">GitHub Stats for Matplotlib 3.3.4</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.3.html">GitHub Stats for Matplotlib 3.3.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.2.html">GitHub Stats for Matplotlib 3.3.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.1.html">GitHub Stats for Matplotlib 3.3.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.0.html">GitHub Stats for Matplotlib 3.3.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.2.2.html">GitHub Stats for Matplotlib 3.2.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.2.1.html">GitHub Stats for Matplotlib 3.2.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.2.0.html">GitHub Stats for Matplotlib 3.2.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.1.2.html">GitHub Stats for Matplotlib 3.1.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.1.1.html">GitHub Stats for Matplotlib 3.1.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.1.0.html">GitHub Stats for Matplotlib 3.1.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.0.2.html">GitHub Stats for Matplotlib 3.0.2</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<footer>
<div class="footer">
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2021 The Matplotlib development team.
<br />
Last updated on May 08, 2021.
Created using
<a href="http://sphinx-doc.org/">Sphinx</a> 3.2.1.
Doc version v3.4.2-2-gf801f04d09-dirty.
</div>
</footer>
</body>
</html>