-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathgithub_stats.html
More file actions
539 lines (469 loc) · 38.2 KB
/
github_stats.html
File metadata and controls
539 lines (469 loc) · 38.2 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
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<!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" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<title>GitHub statistics (Dec 11, 2021) — Matplotlib 3.5.1 documentation</title>
<!-- Loaded before other Sphinx assets -->
<link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
<link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
<link rel="stylesheet"
href="../_static/vendor/fontawesome/5.13.0/css/all.min.css">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/css/style.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/sg_gallery.css" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-binder.css" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-dataframe.css" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-rendered-html.css" />
<link rel="stylesheet" type="text/css" href="../_static/panels-main.c949a650a448cc0ae9fd3441c0e17fb0.css" />
<link rel="stylesheet" type="text/css" href="../_static/panels-variables.06eb56fa6e07937060861dad626602ad.css" />
<link rel="stylesheet" type="text/css" href="../_static/mpl.css?v3.5.1-31-g17b1fdcf22" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
<script data-url_root="../" id="documentation_options" 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/clipboard.min.js"></script>
<script src="../_static/copybutton.js"></script>
<link rel="canonical" href="https://matplotlib.org/stable/users/github_stats.html" />
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Matplotlib 3.5.1 documentation"
href="../_static/opensearch.xml"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="GitHub statistics for 3.5.0 (Nov 15, 2021)" href="prev_whats_new/github_stats_3.5.0.html" />
<link rel="prev" title="API Changes for 3.5.0" href="../api/prev_api_changes/api_changes_3.5.0.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
<!-- Google Analytics -->
<script async="" src="https://www.google-analytics.com/analytics.js"></script>
<script>
window.ga = window.ga || function () {
(ga.q = ga.q || []).push(arguments) };
ga.l = +new Date;
ga('create', 'UA-55954603-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
</script>
</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="60">
<div class="container-fluid" id="banner"></div>
<nav class="navbar navbar-light navbar-expand-lg bg-light fixed-top bd-navbar" id="navbar-main"><div class="container-xl">
<div id="navbar-start">
<a class="navbar-brand" href="../index.html">
<img src="../_static/logo2.svg" class="logo" alt="logo">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapsible" aria-controls="navbar-collapsible" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar-collapsible" class="col-lg-9 collapse navbar-collapse">
<div id="navbar-center" class="mr-auto">
<div class="navbar-center-item">
<ul id="navbar-main-elements" class="navbar-nav">
<li class="nav-item">
<a class="reference internal nav-link" href="../plot_types/index.html">Plot types</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="../gallery/index.html">Examples</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="../tutorials/index.html">Tutorials</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="../api/index.html">Reference</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="index.html">User guide</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="../devel/index.html">Develop</a>
</li>
<li class="nav-item">
<a class="reference internal nav-link" href="release_notes.html">Release notes</a>
</li>
</ul>
</div>
</div>
<div id="navbar-end">
<div class="navbar-end-item">
<ul id="navbar-icon-links" class="navbar-nav" aria-label="Icon Links">
<li class="nav-item">
<a class="nav-link" href="https://gitter.im/matplotlib" rel="noopener" target="_blank" title="gitter">
<span><i class="fab fa-gitter"></i></span>
<label class="sr-only">gitter</label>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discourse.matplotlib.org" rel="noopener" target="_blank" title="discourse">
<span><i class="fab fa-discourse"></i></span>
<label class="sr-only">discourse</label>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/matplotlib/matplotlib" rel="noopener" target="_blank" title="GitHub">
<span><i class="fab fa-github-square"></i></span>
<label class="sr-only">GitHub</label>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/matplotlib/" rel="noopener" target="_blank" title="twitter">
<span><i class="fab fa-twitter-square"></i></span>
<label class="sr-only">twitter</label>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<div class="container-xl">
<div class="row">
<!-- Only show if we have sidebars configured, else just a small margin -->
<div class="col-12 col-md-3 bd-sidebar">
<div class="sidebar-start-items"><form class="bd-search d-flex align-items-center" action="../search.html" method="get">
<i class="icon fas fa-search"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" >
</form><nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
<div class="bd-toc-item active">
<ul class="nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.5.0.html">
GitHub statistics for 3.5.0 (Nov 15, 2021)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.4.3.html">
GitHub statistics for 3.4.3 (August 21, 2021)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.4.2.html">
GitHub statistics for 3.4.2 (May 08, 2021)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.4.1.html">
GitHub statistics for 3.4.1 (Mar 31, 2021)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.4.0.html">
GitHub statistics for 3.4.0 (Mar 26, 2021)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.3.4.html">
GitHub statistics for 3.3.4 (Jan 28, 2021)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.3.3.html">
GitHub statistics for 3.3.3 (Nov 11, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.3.2.html">
GitHub statistics for 3.3.2 (Sep 15, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.3.1.html">
GitHub statistics for 3.3.1 (Aug 13, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.3.0.html">
GitHub statistics for 3.3.0 (Jul 16, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.2.2.html">
GitHub statistics for 3.2.2 (Jun 17, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.2.1.html">
GitHub statistics for 3.2.1 (Mar 18, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.2.0.html">
GitHub statistics for 3.2.0 (Mar 04, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.1.3.html">
GitHub statistics for 3.1.3 (Feb 03, 2020)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.1.2.html">
GitHub statistics for 3.1.2 (Nov 21, 2019)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.1.1.html">
GitHub statistics for 3.1.1 (Jul 02, 2019)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.1.0.html">
GitHub statistics for 3.1.0 (May 18, 2019)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.0.3.html">
GitHub statistics for 3.0.3 (Feb 28, 2019)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.0.2.html">
GitHub statistics for 3.0.2 (Nov 10, 2018)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.0.1.html">
GitHub statistics for 3.0.1 (Oct 25, 2018)
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="prev_whats_new/github_stats_3.0.0.html">
GitHub statistics for 3.0.0 (Sep 18, 2018)
</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="sidebar-end-items">
</div>
</div>
<div class="d-none d-xl-block col-xl-2 bd-toc">
<div class="toc-item">
<div class="tocsection onthispage mt-5 pt-1 pb-3">
<i class="fas fa-list"></i> On this page
</div>
<nav id="bd-toc-nav">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry">
<a class="reference internal nav-link" href="#previous-github-statistics">
Previous GitHub statistics
</a>
</li>
</ul>
</nav>
</div>
<div class="toc-item">
</div>
</div>
<main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">
<div>
<section id="github-statistics-dec-11-2021">
<span id="github-stats"></span><h1>GitHub statistics (Dec 11, 2021)<a class="headerlink" href="#github-statistics-dec-11-2021" title="Permalink to this headline">¶</a></h1>
<p>GitHub statistics for 2021/11/16 (tag: v3.5.0) - 2021/12/11</p>
<p>These lists are automatically generated, and may be incomplete or contain duplicates.</p>
<p>We closed 29 issues and merged 84 pull requests.
The full list can be seen <a class="reference external" href="https://github.com/matplotlib/matplotlib/milestone/67?closed=1">on GitHub</a></p>
<p>The following 17 authors contributed 123 commits.</p>
<ul class="simple">
<li><p>Antony Lee</p></li>
<li><p>Constantine Evans</p></li>
<li><p>David Stansby</p></li>
<li><p>Elliott Sales de Andrade</p></li>
<li><p>franzhaas</p></li>
<li><p>Greg Lucas</p></li>
<li><p>Hansin Ahuja</p></li>
<li><p>Hood Chatham</p></li>
<li><p>Jake Lishman</p></li>
<li><p>Jody Klymak</p></li>
<li><p>Matthias Bussonnier</p></li>
<li><p>Ryan May</p></li>
<li><p>Steffen Rehberg</p></li>
<li><p>Sven Eschlbeck</p></li>
<li><p>sveneschlbeck</p></li>
<li><p>Thomas A Caswell</p></li>
<li><p>Tim Hoffmann</p></li>
</ul>
<p>GitHub issues and pull requests:</p>
<p>Pull Requests (84):</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21926/">PR #21926</a>: Backport PR #21913 on branch v3.5.x (Make colorbar boundaries work again)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21924/">PR #21924</a>: Backport PR #21861 on branch v3.5.x (DOC: Small formatting improvement to set_markevery)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21913/">PR #21913</a>: Make colorbar boundaries work again</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21922/">PR #21922</a>: Backport PR #21753 on branch v3.5.x (DOC: update anatomy of figure)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21861/">PR #21861</a>: DOC: Small formatting improvement to set_markevery</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21919/">PR #21919</a>: Fix use_data_coordinates docstring</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21912/">PR #21912</a>: Backport PR #21900 on branch v3.5.x (Include test notebooks in test package)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21900/">PR #21900</a>: Include test notebooks in test package</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21908/">PR #21908</a>: Backport PR #21834 on branch v3.5.x (MAINT Fix signature qhull version function )</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21907/">PR #21907</a>: Backport PR #21905 on branch v3.5.x (Fix image testing decorator in pytest importlib mode)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21906/">PR #21906</a>: Backport PR #21773 on branch v3.5.x (FIX: Reset label of axis to center)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21834/">PR #21834</a>: MAINT Fix signature qhull version function</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21905/">PR #21905</a>: Fix image testing decorator in pytest importlib mode</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21773/">PR #21773</a>: FIX: Reset label of axis to center</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21902/">PR #21902</a>: Backport PR #21884 on branch v3.5.x (FIX: be more careful about coercing unit-full containers to ndarray)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21884/">PR #21884</a>: FIX: be more careful about coercing unit-full containers to ndarray</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21899/">PR #21899</a>: Backport PR #21859 on branch v3.5.x (Fix streamline plotting from upper edges of grid)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21859/">PR #21859</a>: Fix streamline plotting from upper edges of grid</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21896/">PR #21896</a>: Backport PR #21890 on branch v3.5.x (Drop retina images when building PDF docs)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21891/">PR #21891</a>: Backport PR #21887 on branch v3.5.x (Make figure target links relative)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21883/">PR #21883</a>: Backport PR #21872 on branch v3.5.x (FIX: colorbars with NoNorm)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21872/">PR #21872</a>: FIX: colorbars with NoNorm</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21869/">PR #21869</a>: Backport PR #21866 on branch v3.5.x (Shorten some inset_locator docstrings.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21866/">PR #21866</a>: Shorten some inset_locator docstrings.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21865/">PR #21865</a>: Backport PR #21864 on branch v3.5.x (Delete "Load converter" example)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21864/">PR #21864</a>: Delete "Load converter" example</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21857/">PR #21857</a>: Backport PR #21837 on branch v3.5.x (Display example figures in a single column)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21856/">PR #21856</a>: Backport PR #21853 on branch v3.5.x (DOC: Fix Annotation arrow style reference example)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21853/">PR #21853</a>: DOC: Fix Annotation arrow style reference example</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21852/">PR #21852</a>: Backport PR #21818 on branch v3.5.x (Fix collections coerce float)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21818/">PR #21818</a>: Fix collections coerce float</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21849/">PR #21849</a>: Backport PR #21845 on branch v3.5.x (FIX: bbox subfigures)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21845/">PR #21845</a>: FIX: bbox subfigures</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21832/">PR #21832</a>: Backport PR #21820 on branch v3.5.x (Drop setuptools-scm requirement in wheels)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21820/">PR #21820</a>: Drop setuptools-scm requirement in wheels</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21829/">PR #21829</a>: Backport PR #21823 on branch v3.5.x (DOC: Misc rst syntax fixes)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21823/">PR #21823</a>: DOC: Misc rst syntax fixes</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21826/">PR #21826</a>: Backport PR #21800 on branch v3.5.x (DOC: Update Basic Usage tutorial)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21814/">PR #21814</a>: Manual backport of #21794</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21812/">PR #21812</a>: Backport #21641</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21810/">PR #21810</a>: Backport PR #21743 on branch v3.5.x (Clarify Annotation arrowprops docs)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21808/">PR #21808</a>: Backport PR #21785 on branch v3.5.x (Fix ConciseDateFormatter offset during zoom)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21807/">PR #21807</a>: Backport PR #21791 on branch v3.5.x (Refix check for manager presence in deprecated blocking_input.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21806/">PR #21806</a>: Backport PR #21663 on branch v3.5.x (Use standard subplot window in macosx backend)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21785/">PR #21785</a>: Fix ConciseDateFormatter offset during zoom</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21804/">PR #21804</a>: Backport PR #21659 on branch v3.5.x (Fix PDF contents)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21791/">PR #21791</a>: Refix check for manager presence in deprecated blocking_input.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21793/">PR #21793</a>: Backport PR #21787 on branch v3.5.x (Fixes row/column mixup in GridSpec height_ratios documentation.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21787/">PR #21787</a>: Fixes row/column mixup in GridSpec height_ratios documentation.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21778/">PR #21778</a>: Backport PR #21705 on branch v3.5.x (MNT: make print_figure kwarg wrapper support py311)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21779/">PR #21779</a>: Backport PR #21751 on branch v3.5.x (FIX: manual colorbars and tight layout)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21777/">PR #21777</a>: Backport PR #21758 on branch v3.5.x (FIX: Make sure a renderer gets attached to figure after draw)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21751/">PR #21751</a>: FIX: manual colorbars and tight layout</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21705/">PR #21705</a>: MNT: make print_figure kwarg wrapper support py311</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21758/">PR #21758</a>: FIX: Make sure a renderer gets attached to figure after draw</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21775/">PR #21775</a>: Backport PR #21771 on branch v3.5.x (DOC: fix missing ref)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21770/">PR #21770</a>: Backport of PR #21631 on v3.5.x</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21765/">PR #21765</a>: Backport PR #21741 on branch v3.5.x (Reduce do_3d_projection deprecation warnings in external artists)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21764/">PR #21764</a>: Backport PR #21762 on branch v3.5.x (FIX: align_x/ylabels)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21741/">PR #21741</a>: Reduce do_3d_projection deprecation warnings in external artists</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21762/">PR #21762</a>: FIX: align_x/ylabels</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21759/">PR #21759</a>: Backport PR #21757 on branch v3.5.x (Fix doc typo.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21704/">PR #21704</a>: FIX: deprecation of render keyword to do_3d_projection</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21730/">PR #21730</a>: Backport PR #21727 on branch v3.5.x (Doc fix colormap inaccuracy)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21663/">PR #21663</a>: Use standard subplot window in macosx backend</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21725/">PR #21725</a>: Backport PR #21681 on branch v3.5.x (Bind subplot_tool more closely to target figure.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21665/">PR #21665</a>: Include test notebooks in test package</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21721/">PR #21721</a>: Backport PR #21720 on branch v3.5.x (Fix compiler configuration priority for FreeType build)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21720/">PR #21720</a>: Fix compiler configuration priority for FreeType build</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21715/">PR #21715</a>: Backport PR #21714 on branch v3.5.x (DOC: note renaming of config.cfg.template to mplconfig.cfg.template)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21706/">PR #21706</a>: Backport PR #21703 on branch v3.5.x (Changed the link to the correct citing example)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21691/">PR #21691</a>: Backport PR #21686 on branch v3.5.x (FIX: colorbar for horizontal contours)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21689/">PR #21689</a>: Backport PR #21676 on branch v3.5.x (Fix boundary norm negative)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21686/">PR #21686</a>: FIX: colorbar for horizontal contours</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21681/">PR #21681</a>: Bind subplot_tool more closely to target figure.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21676/">PR #21676</a>: Fix boundary norm negative</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21685/">PR #21685</a>: Backport PR #21658 on branch v3.5.x (Validate that input to Poly3DCollection is a list of 2D array-like)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21684/">PR #21684</a>: Backport PR #21662 on branch v3.5.x (FIX: put newline in matplotlibrc when setting default backend)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21658/">PR #21658</a>: Validate that input to Poly3DCollection is a list of 2D array-like</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21662/">PR #21662</a>: FIX: put newline in matplotlibrc when setting default backend</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21651/">PR #21651</a>: Backport PR #21626 on branch v3.5.x (Added the definition of Deprecation and made Deprecation Process clearer)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21626/">PR #21626</a>: Added the definition of Deprecation and made Deprecation Process clearer</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/21137/">PR #21137</a>: Small cleanups to colorbar.</p></li>
</ul>
<p>Issues (29):</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21909/">#21909</a>: [Bug]: Matplotlib is unable to apply the boundaries in the colorbar after updating to 3.5.0</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21654/">#21654</a>: [Bug]: test_nbagg_01.ipynb not installed</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21885/">#21885</a>: [Bug]: test decorator breaks with new pytest importlib mode</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21772/">#21772</a>: [Bug]: cannot reset label of axis to center</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21669/">#21669</a>: [Bug]: Matplotlib 3.5 breaks unyt integration of error bars</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21649/">#21649</a>: [Bug]: Startpoints in streamplot fail on right and upper edges</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21870/">#21870</a>: [Bug]: Colormap + NoNorm only plots one color under <code class="docutils literal notranslate"><span class="pre">matplotlib</span></code> 3.5.0</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21882/">#21882</a>: [Bug]: Colorbar does not work for negative values with contour/contourf</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21803/">#21803</a>: [Bug]: using <code class="docutils literal notranslate"><span class="pre">set_offsets</span></code> on scatter object raises TypeError</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21839/">#21839</a>: [Bug]: Top of plot clipped when using Subfigures without suptitle</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21841/">#21841</a>: [Bug]: Wrong tick labels and colorbar of discrete normalizer</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21783/">#21783</a>: [MNT]: wheel of 3.5.0 apears to depend on setuptools-scm which apears to be unintentional</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21733/">#21733</a>: [Bug]: Possible bug on arrows in annotation</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21749/">#21749</a>: [Bug]: Regression on <code class="docutils literal notranslate"><span class="pre">tight_layout</span></code> when manually adding axes for colorbars</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19197/">#19197</a>: Unexpected error after using Figure.canvas.draw on macosx backend</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/13968/">#13968</a>: <code class="docutils literal notranslate"><span class="pre">ax.get_xaxis().get_minorticklabels()</span></code> always returns list of empty strings</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/7550/">#7550</a>: Draw not caching with macosx backend</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21740/">#21740</a>: [Bug]: unavoidable <code class="docutils literal notranslate"><span class="pre">DeprecationWarning</span></code> when using <code class="docutils literal notranslate"><span class="pre">Patch3D</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/15884/">#15884</a>: DOC: Error in colormap manipulation tutorial</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21648/">#21648</a>: [Bug]: subplot parameter window appearing 1/4 size on macosx</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21702/">#21702</a>: [Doc]: Wrong link to the ready-made citation entry</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21683/">#21683</a>: [Bug]: add_lines broken for horizontal colorbars</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21680/">#21680</a>: [MNT]: macosx subplot parameters multiple windows</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21679/">#21679</a>: [MNT]: Close subplot_parameters window when main figure closes</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21671/">#21671</a>: [Bug]: 3.5.0 colorbar ValueError: minvalue must be less than or equal to maxvalue</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21652/">#21652</a>: [Bug]: ax.add_collection3d throws warning Mean of empty slice</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21660/">#21660</a>: [Bug]: mplsetup.cfg parsing issue</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21668/">#21668</a>: [Bug]: New plot directive error in 3.5.0</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21393/">#21393</a>: [Doc]: describe deprecation process more explicitly</p></li>
</ul>
<section id="previous-github-statistics">
<h2>Previous GitHub statistics<a class="headerlink" href="#previous-github-statistics" 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.5.0.html">GitHub statistics for 3.5.0 (Nov 15, 2021)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.4.3.html">GitHub statistics for 3.4.3 (August 21, 2021)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.4.2.html">GitHub statistics for 3.4.2 (May 08, 2021)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.4.1.html">GitHub statistics for 3.4.1 (Mar 31, 2021)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.4.0.html">GitHub statistics for 3.4.0 (Mar 26, 2021)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.4.html">GitHub statistics for 3.3.4 (Jan 28, 2021)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.3.html">GitHub statistics for 3.3.3 (Nov 11, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.2.html">GitHub statistics for 3.3.2 (Sep 15, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.1.html">GitHub statistics for 3.3.1 (Aug 13, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.3.0.html">GitHub statistics for 3.3.0 (Jul 16, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.2.2.html">GitHub statistics for 3.2.2 (Jun 17, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.2.1.html">GitHub statistics for 3.2.1 (Mar 18, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.2.0.html">GitHub statistics for 3.2.0 (Mar 04, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.1.3.html">GitHub statistics for 3.1.3 (Feb 03, 2020)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.1.2.html">GitHub statistics for 3.1.2 (Nov 21, 2019)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.1.1.html">GitHub statistics for 3.1.1 (Jul 02, 2019)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.1.0.html">GitHub statistics for 3.1.0 (May 18, 2019)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.0.3.html">GitHub statistics for 3.0.3 (Feb 28, 2019)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.0.2.html">GitHub statistics for 3.0.2 (Nov 10, 2018)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.0.1.html">GitHub statistics for 3.0.1 (Oct 25, 2018)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.0.0.html">GitHub statistics for 3.0.0 (Sep 18, 2018)</a></li>
</ul>
</div>
</section>
</section>
</div>
</main>
</div>
</div>
<!-- Scripts loaded after <body> so the DOM is not blocked -->
<div id="unreleased-message"> You are reading an old version of the documentation (v3.5.1). 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>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf"></script>
<footer class="footer mt-5 mt-md-0">
<div class="container">
<div class="footer-item">
<p class="copyright">
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2022 The Matplotlib development team.<br>
</p>
</div>
<div class="footer-item">
<p class="sphinx-version">
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 4.5.0.<br>
</p>
</div>
</div>
</footer>
</body>
</html>