-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathgithub_stats.html
More file actions
685 lines (513 loc) · 45.5 KB
/
github_stats.html
File metadata and controls
685 lines (513 loc) · 45.5 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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<title>GitHub statistics for 3.6.2 (Nov 02, 2022) — Matplotlib 3.6.2 documentation</title>
<script data-cfasync="false">
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
document.documentElement.dataset.theme = localStorage.getItem("theme") || "light";
</script>
<!-- Loaded before other Sphinx assets -->
<link href="../_static/styles/theme.css?digest=1e1de1a1873e13ef5536" rel="stylesheet">
<link href="../_static/styles/pydata-sphinx-theme.css?digest=1e1de1a1873e13ef5536" rel="stylesheet">
<link rel="stylesheet"
href="../_static/vendor/fontawesome/6.1.2/css/all.min.css">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2">
<link rel="preload" as="font" type="font/woff2" crossorigin
href="../_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/css/style.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-binder.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-dataframe.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-rendered-html.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.4045f2051d55cab465a707391d5b2007.min.css?v3.6.2-2-g071bb89a8c" />
<link rel="stylesheet" type="text/css" href="../_static/mpl.css?v3.6.2-2-g071bb89a8c" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=1e1de1a1873e13ef5536">
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/jquery.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/underscore.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/doctools.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/sphinx_highlight.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/clipboard.min.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/copybutton.js?v3.6.2-2-g071bb89a8c"></script>
<script src="../_static/design-tabs.js?v3.6.2-2-g071bb89a8c"></script>
<script data-domain="matplotlib.org" defer="defer" src="https://views.scientific-python.org/js/script.js"></script>
<script>DOCUMENTATION_OPTIONS.pagename = 'users/github_stats';</script>
<script>
DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://matplotlib.org/devdocs/_static/switcher.json';
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '3.6.2';
</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.6.2 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.6.1 (Oct 08, 2022)" href="prev_whats_new/github_stats_3.6.1.html" />
<link rel="prev" title="API Changes for 3.6.0" href="../api/prev_api_changes/api_changes_3.6.0.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en">
</head>
<body data-spy="scroll" data-target="#bd-toc-nav" data-offset="180" data-default-mode="">
<input type="checkbox" class="sidebar-toggle" name="__primary" id="__primary">
<label class="overlay overlay-primary" for="__primary"></label>
<input type="checkbox" class="sidebar-toggle" name="__secondary" id="__secondary">
<label class="overlay overlay-secondary" for="__secondary"></label>
<div class="search-button__wrapper">
<div class="search-button__overlay"></div>
<div class="search-button__search-container">
<form class="bd-search d-flex align-items-center" action="../search.html" method="get">
<i class="fa-solid fa-magnifying-glass"></i>
<input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
</form>
</div>
</div>
<nav class="bd-header navbar navbar-expand-lg bd-navbar" id="navbar-main"><div class="bd-header__inner bd-page-width">
<label class="sidebar-toggle primary-toggle" for="__primary">
<span class="fa-solid fa-bars"></span>
</label>
<div id="navbar-start">
<a class="navbar-brand logo" href="../index.html">
<img src="../_static/images/logo2.svg" class="logo__image only-light" alt="Logo image">
<img src="../_static/images/logo_dark.svg" class="logo__image only-dark" alt="Logo image">
</a>
</div>
<div class="col-lg-9 navbar-header-items">
<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 navbar-end__search-button-container">
<button class="btn btn-sm navbar-btn search-button search-button__button" title="Search" data-toggle="tooltip">
<i class="fa-solid fa-magnifying-glass"></i>
</button>
</div>
<div class="navbar-end-item">
<span class="theme-switch-button btn btn-sm btn-outline-primary navbar-btn rounded-circle" title="light/dark" data-toggle="tooltip">
<a class="theme-switch" data-mode="light"><i class="fa-solid fa-sun"></i></a>
<a class="theme-switch" data-mode="dark"><i class="fa-regular fa-moon"></i></a>
<a class="theme-switch" data-mode="auto"><i class="fa-solid fa-circle-half-stroke"></i></a>
</span>
</div>
<div class="navbar-end-item">
<div class="version-switcher__container dropdown">
<button type="button" class="version-switcher__button btn btn-sm navbar-btn dropdown-toggle" data-toggle="dropdown">
stable <!-- this text may get changed later by javascript -->
<span class="caret"></span>
</button>
<div class="version-switcher__menu dropdown-menu list-group-flush py-0">
<!-- dropdown will be populated by javascript on page load -->
</div>
</div>
</div>
<div class="navbar-end-item">
<ul id="navbar-icon-links" class="navbar-nav" aria-label="Icon Links">
<li class="nav-item">
<a href="https://gitter.im/matplotlib/matplotlib" title="Gitter" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-gitter"></i></span>
<label class="sr-only">Gitter</label></a>
</li>
<li class="nav-item">
<a href="https://discourse.matplotlib.org" title="Discourse" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-discourse"></i></span>
<label class="sr-only">Discourse</label></a>
</li>
<li class="nav-item">
<a href="https://github.com/matplotlib/matplotlib" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-github"></i></span>
<label class="sr-only">GitHub</label></a>
</li>
<li class="nav-item">
<a href="https://twitter.com/matplotlib/" title="Twitter" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-twitter"></i></span>
<label class="sr-only">Twitter</label></a>
</li>
</ul>
</div>
</div>
</div>
<div class="search-button-container--mobile">
<button class="btn btn-sm navbar-btn search-button search-button__button" title="Search" data-toggle="tooltip">
<i class="fa-solid fa-magnifying-glass"></i>
</button>
</div>
<label class="sidebar-toggle secondary-toggle" for="__secondary">
<span class="fa-solid fa-outdent"></span>
</label>
</div>
</nav>
<div class="bd-container">
<div class="bd-container__inner bd-page-width">
<div class="bd-sidebar-primary bd-sidebar">
<div class="sidebar-header-items sidebar-primary__section">
<div class="sidebar-header-items__center">
<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 class="sidebar-header-items__end">
<div class="navbar-end-item">
<span class="theme-switch-button btn btn-sm btn-outline-primary navbar-btn rounded-circle" title="light/dark" data-toggle="tooltip">
<a class="theme-switch" data-mode="light"><i class="fa-solid fa-sun"></i></a>
<a class="theme-switch" data-mode="dark"><i class="fa-regular fa-moon"></i></a>
<a class="theme-switch" data-mode="auto"><i class="fa-solid fa-circle-half-stroke"></i></a>
</span>
</div>
<div class="navbar-end-item">
<div class="version-switcher__container dropdown">
<button type="button" class="version-switcher__button btn btn-sm navbar-btn dropdown-toggle" data-toggle="dropdown">
stable <!-- this text may get changed later by javascript -->
<span class="caret"></span>
</button>
<div class="version-switcher__menu dropdown-menu list-group-flush py-0">
<!-- dropdown will be populated by javascript on page load -->
</div>
</div>
</div>
<div class="navbar-end-item">
<ul id="navbar-icon-links" class="navbar-nav" aria-label="Icon Links">
<li class="nav-item">
<a href="https://gitter.im/matplotlib/matplotlib" title="Gitter" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-gitter"></i></span>
<label class="sr-only">Gitter</label></a>
</li>
<li class="nav-item">
<a href="https://discourse.matplotlib.org" title="Discourse" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-discourse"></i></span>
<label class="sr-only">Discourse</label></a>
</li>
<li class="nav-item">
<a href="https://github.com/matplotlib/matplotlib" title="GitHub" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-github"></i></span>
<label class="sr-only">GitHub</label></a>
</li>
<li class="nav-item">
<a href="https://twitter.com/matplotlib/" title="Twitter" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fab fa-twitter"></i></span>
<label class="sr-only">Twitter</label></a>
</li>
</ul>
</div>
</div>
</div>
<div class="sidebar-start-items sidebar-primary__section">
<div class="sidebar-start-items__item"><nav class="bd-links" id="bd-docs-nav" aria-label="Section navigation">
<p class="bd-links__title" role="heading" aria-level="1">
Section Navigation
</p>
<div class="bd-toc-item navbar-nav">
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.1.html">GitHub statistics for 3.6.1 (Oct 08, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.0.html">GitHub statistics for 3.6.0 (Sep 15, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.5.3.html">GitHub statistics for 3.5.3 (Aug 10, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.5.2.html">GitHub statistics for 3.5.2 (May 02, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.5.1.html">GitHub statistics for 3.5.1 (Dec 11, 2021)</a></li>
<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>
<div class="sidebar-end-items sidebar-primary__section">
<div class="sidebar-end-items__item">
</div>
</div>
</div>
<main class="bd-main">
<div class="bd-content">
<div class="bd-article-container">
<div class="bd-header-article">
</div>
<article class="bd-article" role="main">
<section id="github-statistics-for-3-6-2-nov-02-2022">
<span id="github-stats"></span><h1>GitHub statistics for 3.6.2 (Nov 02, 2022)<a class="headerlink" href="#github-statistics-for-3-6-2-nov-02-2022" title="Permalink to this heading">#</a></h1>
<p>GitHub statistics for 2022/10/08 (tag: v3.6.1) - 2022/11/02</p>
<p>These lists are automatically generated, and may be incomplete or contain duplicates.</p>
<p>We closed 21 issues and merged 86 pull requests.
The full list can be seen <a class="reference external" href="https://github.com/matplotlib/matplotlib/milestone/75?closed=1">on GitHub</a></p>
<p>The following 22 authors contributed 27 commits.</p>
<ul class="simple">
<li><p>Antony Lee</p></li>
<li><p>Carsten Schnober</p></li>
<li><p>dependabot[bot]</p></li>
<li><p>Elliott Sales de Andrade</p></li>
<li><p>hannah</p></li>
<li><p>j1642</p></li>
<li><p>Jaco Verster</p></li>
<li><p>jacoverster</p></li>
<li><p>Jae-Joon Lee</p></li>
<li><p>Jeffrey Aaron Paul</p></li>
<li><p>jeffreypaul15</p></li>
<li><p>Jody Klymak</p></li>
<li><p>Kostya Farber</p></li>
<li><p>Kyle Sunden</p></li>
<li><p>Martok</p></li>
<li><p>Muhammad Abdur Rakib</p></li>
<li><p>Oscar Gustafsson</p></li>
<li><p>Pavel Grunt</p></li>
<li><p>Ruth Comer</p></li>
<li><p>Thomas A Caswell</p></li>
<li><p>Tiger Nie</p></li>
<li><p>Tim Hoffmann</p></li>
</ul>
<p>GitHub issues and pull requests:</p>
<p>Pull Requests (86):</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24341/">PR #24341</a>: Backport PR #24301 on branch v3.6.x (Restore get_renderer function in deprecated tight_layout)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24301/">PR #24301</a>: Restore get_renderer function in deprecated tight_layout</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24337/">PR #24337</a>: Backport PR #24238 on branch v3.6.x (Update example and docstring to encourage the use of functools.partial in FuncAnimation)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24336/">PR #24336</a>: Backport PR #24335 on branch v3.6.x (Fix missing word in ImageMagickWriter docstring.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/20358/">PR #20358</a>: Updates example and docstring to encourage the use of functools.partial in FuncAnimation</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24238/">PR #24238</a>: Update example and docstring to encourage the use of functools.partial in FuncAnimation</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24335/">PR #24335</a>: Fix missing word in ImageMagickWriter docstring.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24330/">PR #24330</a>: Backport PR #24282 on branch v3.6.x (Fix some minor docstring typos)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24323/">PR #24323</a>: Backport PR #24320 on branch v3.6.x (DOC: add warning note to imsave)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24282/">PR #24282</a>: Fix some minor docstring typos</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24327/">PR #24327</a>: Backport PR #24310 on branch v3.6.x (show axes changing in animate decay example)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24310/">PR #24310</a>: show axes changing in animate decay example</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24324/">PR #24324</a>: Backport PR #24259 on branch v3.6.x (Move empty hexbin fix to make_norm_from_scale.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24325/">PR #24325</a>: Backport PR #24095 on branch v3.6.x (nb/webagg: Move mouse events to outer canvas div)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24326/">PR #24326</a>: Backport PR #24318 on branch v3.6.x (Bump pypa/cibuildwheel from 2.11.1 to 2.11.2)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24318/">PR #24318</a>: Bump pypa/cibuildwheel from 2.11.1 to 2.11.2</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24095/">PR #24095</a>: nb/webagg: Move mouse events to outer canvas div</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24259/">PR #24259</a>: Move empty hexbin fix to make_norm_from_scale.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24320/">PR #24320</a>: DOC: add warning note to imsave</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24297/">PR #24297</a>: Backport PR #24294 on branch v3.6.x (Run test if fontconfig is present)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24294/">PR #24294</a>: Run test if fontconfig is present</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24286/">PR #24286</a>: Backport PR #24284 on branch v3.6.x (Remove comment about cmap from voxels docstring)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24284/">PR #24284</a>: Remove comment about cmap from voxels docstring</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24280/">PR #24280</a>: Backport PR #24145 on branch v3.6.x (Updated Angles on Bracket arrow styles example to make angles clear #23176)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24145/">PR #24145</a>: Updated Angles on Bracket arrow styles example to make angles clear #23176</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24270/">PR #24270</a>: Backport PR #24265 on branch v3.6.x (Restore (and warn on) seaborn styles in style.library)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24271/">PR #24271</a>: Backport PR #24266 on branch v3.6.x (TST: Increase fp tolerance on more tests for new NumPy)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24266/">PR #24266</a>: TST: Increase fp tolerance on more tests for new NumPy</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24265/">PR #24265</a>: Restore (and warn on) seaborn styles in style.library</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24267/">PR #24267</a>: Backport PR #24261 on branch v3.6.x (Fix pie chart in demo_agg_filter.py)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24261/">PR #24261</a>: Fix pie chart in demo_agg_filter.py</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24258/">PR #24258</a>: Backport PR #24108 on branch v3.6.x (Add 3D plots to plot_types doc page)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24108/">PR #24108</a>: Add 3D plots to plot_types doc page</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24255/">PR #24255</a>: Backport PR #24250 on branch v3.6.x (Fix key reporting in pick events)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24250/">PR #24250</a>: Fix key reporting in pick events</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24237/">PR #24237</a>: Backport PR #24197 on branch v3.6.x (Properly set and inherit backend_version.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24197/">PR #24197</a>: Properly set and inherit backend_version.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24234/">PR #24234</a>: Backport PR #23607 on branch v3.6.x (DOC: document that appearance is part of our stable API)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24233/">PR #24233</a>: Backport PR #23985 on branch v3.6.x (Improve rubberband rendering in wx and tk)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24232/">PR #24232</a>: Backport PR #24096 on branch v3.6.x ([DOC]: Add simple animation scatter plot to the example documentation)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24231/">PR #24231</a>: Backport PR #24009 on branch v3.6.x (Fix evaluating colormaps on non-numpy arrays)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24230/">PR #24230</a>: Backport PR #24229 on branch v3.6.x (FIX: do not mutate dictionaries passed in by user)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/23607/">PR #23607</a>: DOC: document that appearance is part of our stable API</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/23985/">PR #23985</a>: Improve rubberband rendering in wx and tk</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24096/">PR #24096</a>: [DOC]: Add simple animation scatter plot to the example documentation</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24009/">PR #24009</a>: Fix evaluating colormaps on non-numpy arrays</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24229/">PR #24229</a>: FIX: do not mutate dictionaries passed in by user</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24223/">PR #24223</a>: Backport PR #24184 on branch v3.6.x (Add tests for ToolManager)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24219/">PR #24219</a>: Backport PR #23995 on branch v3.6.x (DOC: Lowercase some parameter names)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/23995/">PR #23995</a>: DOC: Lowercase some parameter names</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24184/">PR #24184</a>: Add tests for ToolManager</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24211/">PR #24211</a>: Backport PR #24202 on branch v3.6.x (Bump pypa/cibuildwheel from 2.10.2 to 2.11.1)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24214/">PR #24214</a>: Backport PR #24169 on branch v3.6.x ([DOC]: added parent link for <code class="docutils literal notranslate"><span class="pre">FuncAnimation</span></code> and <code class="docutils literal notranslate"><span class="pre">ArtistAnimation</span></code>)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24169/">PR #24169</a>: [DOC]: add parent link for <code class="docutils literal notranslate"><span class="pre">FuncAnimation</span></code> and <code class="docutils literal notranslate"><span class="pre">ArtistAnimation</span></code></p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24202/">PR #24202</a>: Bump pypa/cibuildwheel from 2.10.2 to 2.11.1</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24206/">PR #24206</a>: Backport PR #24081 on branch v3.6.x (TST: force test with shared test image to run in serial)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24181/">PR #24181</a>: Backport PR #24177 on branch v3.6.x (Don't simplify paths used for autoscaling)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24200/">PR #24200</a>: Backport PR #24193 on branch v3.6.x (DOC: Explain gridsize in hexbin())</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24201/">PR #24201</a>: Backport PR #24194 on branch v3.6.x (DOC: Improve plot_directive documentation)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24194/">PR #24194</a>: DOC: Improve plot_directive documentation</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24193/">PR #24193</a>: DOC: Explain gridsize in hexbin()</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24192/">PR #24192</a>: Backport PR #24187 on branch v3.6.x (DOC: Fix toc structure in explain/interactive)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24186/">PR #24186</a>: Backport PR #24157 on branch v3.6.x (test only PR milestoning guidance)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24187/">PR #24187</a>: DOC: Fix toc structure in explain/interactive</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24190/">PR #24190</a>: DOC: fix markup</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24157/">PR #24157</a>: test only PR milestoning guidance</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24183/">PR #24183</a>: Backport PR #24178 on branch v3.6.x (Fall back to Python-level Thread for GUI warning)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24180/">PR #24180</a>: Backport PR #24173 on branch v3.6.x (TST: convert nose-style tests)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24178/">PR #24178</a>: Fall back to Python-level Thread for GUI warning</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24177/">PR #24177</a>: Don't simplify paths used for autoscaling</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24173/">PR #24173</a>: TST: convert nose-style tests</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24174/">PR #24174</a>: Backport PR #24171 on branch v3.6.x (Fix example where wrong variable was used)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24176/">PR #24176</a>: Backport PR #24167 on branch v3.6.x (FIX: turn off layout engine tightbbox)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24167/">PR #24167</a>: FIX: turn off layout engine tightbbox</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24171/">PR #24171</a>: Fix example where wrong variable was used</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24172/">PR #24172</a>: Backport PR #24158 on branch v3.6.x (Fix Qt with PySide6 6.4.0)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24158/">PR #24158</a>: Fix Qt with PySide6 6.4.0</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24165/">PR #24165</a>: Backport PR #24164 on branch v3.6.x (Fix argument order in hist() docstring.)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24164/">PR #24164</a>: Fix argument order in hist() docstring.</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24151/">PR #24151</a>: Backport PR #24149 on branch v3.6.x (FIX: handle input to ax.bar that is all nan)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24149/">PR #24149</a>: FIX: handle input to ax.bar that is all nan</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24146/">PR #24146</a>: Backport PR #24137 on branch v3.6.x (Add note about blitting and zorder in animations)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24137/">PR #24137</a>: Add note about blitting and zorder in animations</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24134/">PR #24134</a>: Backport PR #24130 on branch v3.6.x (DOC: align contour parameter doc with implementation)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24130/">PR #24130</a>: DOC: align contour parameter doc with implementation</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/24081/">PR #24081</a>: TST: force test with shared test image to run in serial</p></li>
</ul>
<p>Issues (21):</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/20326/">#20326</a>: FuncAnimation Named Arguments</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24332/">#24332</a>: [Bug]: backend bug in matplotlib==3.6.1 with python3.11 and PySide6==6.4.0.1</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24296/">#24296</a>: [Doc]: Axes limits not updated in animate decay</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24089/">#24089</a>: [Bug]: Resizing does not work in WebAgg backend in Safari</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/3657/">#3657</a>: matplotlib.pyplot.imsave colormaps some grayscale images before saving them</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24060/">#24060</a>: [TST] Upcoming dependency test failures</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24264/">#24264</a>: [Bug]: Setting matplotlib.pyplot.style.library['seaborn-colorblind'] result in key error on matplotlib v3.6.1</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/23900/">#23900</a>: [Doc]: Adding some 3D plots to plot gallery</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24199/">#24199</a>: [Bug]: pick events do not forward mouseevent-key on Linux</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/23969/">#23969</a>: [ENH]: Make rubber band more visible</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/23132/">#23132</a>: [Bug]: call cmap object on torch.tensor will output first element all 0</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/21349/">#21349</a>: [Bug]: Hexbin gridsize interpreted differently for x and y</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/22905/">#22905</a>: [Doc]: Duplicated toc entries</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24094/">#24094</a>: [Bug]: macOS: PyPy 3.8 (v7.3.9) threading get_native_id Broken</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24097/">#24097</a>: [Bug]: ax.hist density not auto-scaled when using histtype='step'</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24148/">#24148</a>: remove nose-style test classes</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24133/">#24133</a>: [Bug]: Incorrect crop after constrained layout with equal aspect ratio and bbox_inches = tight</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24155/">#24155</a>: [Bug]: TypeError: int() argument must be a string, a bytes-like object or a number, not 'KeyboardModifier'</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24127/">#24127</a>: [Bug]: ax.bar raises for all-nan data on matplotlib 3.6.1</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/2959/">#2959</a>: artists zorder is ignored during animations</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/24121/">#24121</a>: [Doc]: Contour functions: auto-generated levels</p></li>
</ul>
<section id="previous-github-statistics">
<h2>Previous GitHub statistics<a class="headerlink" href="#previous-github-statistics" title="Permalink to this heading">#</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.1.html">GitHub statistics for 3.6.1 (Oct 08, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.0.html">GitHub statistics for 3.6.0 (Sep 15, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.5.3.html">GitHub statistics for 3.5.3 (Aug 10, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.5.2.html">GitHub statistics for 3.5.2 (May 02, 2022)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.5.1.html">GitHub statistics for 3.5.1 (Dec 11, 2021)</a></li>
<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>
</article>
</div>
<div class="bd-sidebar-secondary bd-toc">
<div class="toc-item">
<div class="tocsection onthispage">
<i class="fa-solid fa-list"></i> On this page
</div>
<nav id="bd-toc-nav" class="page-toc">
<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>
</div>
<footer class="bd-footer-content">
<div class="bd-footer-content__inner">
</div>
</footer>
</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.6.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>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=1e1de1a1873e13ef5536"></script>
<footer class="bd-footer"><div class="bd-footer__inner 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> 5.3.0.<br>
</p>
</div>
</div>
</footer>
</body>
</html>