-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathgithub_stats.html
More file actions
832 lines (645 loc) · 57.5 KB
/
github_stats.html
File metadata and controls
832 lines (645 loc) · 57.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
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
<!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.7.3 (Sep 11, 2023) — Matplotlib 3.7.3 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=796348d33e8b1d947c94" rel="stylesheet">
<link href="../_static/styles/bootstrap.css?digest=796348d33e8b1d947c94" rel="stylesheet">
<link href="../_static/styles/pydata-sphinx-theme.css?digest=796348d33e8b1d947c94" rel="stylesheet">
<link href="../_static/vendor/fontawesome/6.1.2/css/all.min.css?digest=796348d33e8b1d947c94" rel="stylesheet">
<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.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/css/style.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-binder.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-dataframe.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/sg_gallery-rendered-html.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.4045f2051d55cab465a707391d5b2007.min.css?v3.7.3-2-gba2e4a91dc" />
<link rel="stylesheet" type="text/css" href="../_static/mpl.css?v3.7.3-2-gba2e4a91dc" />
<!-- Pre-loaded scripts that we'll load fully later -->
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=796348d33e8b1d947c94">
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=796348d33e8b1d947c94">
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/jquery.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/underscore.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/doctools.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/sphinx_highlight.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/clipboard.min.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/copybutton.js?v3.7.3-2-gba2e4a91dc"></script>
<script src="../_static/design-tabs.js?v3.7.3-2-gba2e4a91dc"></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?v3.7.3-2-gba2e4a91dc';
DOCUMENTATION_OPTIONS.theme_switcher_version_match = '3.7.3';
</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.7.3 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.7.2 (Jul 05, 2023)" href="prev_whats_new/github_stats_3.7.2.html" />
<link rel="prev" title="API Changes for 3.7.0" href="../api/prev_api_changes/api_changes_3.7.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="">
<a class="skip-link" href="#main-content">Skip to main content</a>
<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">Releases</a>
</li>
</ul>
</div>
</div>
<div id="navbar-end">
<div class="navbar-end-item navbar-persistent--container">
<button class="btn btn-sm navbar-btn search-button search-button__button" title="Search" aria-label="Search" data-toggle="tooltip">
<i class="fa-solid fa-magnifying-glass"></i>
</button>
</div>
<div class="navbar-end-item">
<button class="theme-switch-button btn btn-sm btn-outline-primary navbar-btn rounded-circle" title="light/dark" aria-label="light/dark" data-toggle="tooltip">
<span class="theme-switch" data-mode="light"><i class="fa-solid fa-sun"></i></span>
<span class="theme-switch" data-mode="dark"><i class="fa-solid fa-moon"></i></span>
<span class="theme-switch" data-mode="auto"><i class="fa-solid fa-circle-half-stroke"></i></span>
</button>
</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" title="Gitter" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fa-brands 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="fa-brands 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="fa-brands 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="fa-brands fa-twitter"></i></span>
<label class="sr-only">Twitter</label></a>
</li>
</ul>
</div>
</div>
</div>
<div class="navbar-persistent--mobile">
<button class="btn btn-sm navbar-btn search-button search-button__button" title="Search" aria-label="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">Releases</a>
</li>
</ul>
</div>
</div>
<div class="sidebar-header-items__end">
<div class="navbar-end-item">
<button class="theme-switch-button btn btn-sm btn-outline-primary navbar-btn rounded-circle" title="light/dark" aria-label="light/dark" data-toggle="tooltip">
<span class="theme-switch" data-mode="light"><i class="fa-solid fa-sun"></i></span>
<span class="theme-switch" data-mode="dark"><i class="fa-solid fa-moon"></i></span>
<span class="theme-switch" data-mode="auto"><i class="fa-solid fa-circle-half-stroke"></i></span>
</button>
</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" title="Gitter" class="nav-link" rel="noopener" target="_blank" data-toggle="tooltip"><span><i class="fa-brands 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="fa-brands 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="fa-brands 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="fa-brands 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="current nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.7.0.html">What's new in Matplotlib 3.7.0 (Feb 13, 2023)</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-1"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.7.0.html">API Changes for 3.7.0</a></li>
<li class="toctree-l1 current active has-children"><a class="current reference internal" href="#">GitHub statistics for 3.7.3 (Sep 11, 2023)</a><input checked="" class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-2"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="prev_whats_new/github_stats_3.7.2.html">GitHub statistics for 3.7.2 (Jul 05, 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="prev_whats_new/github_stats_3.7.1.html">GitHub statistics for 3.7.1 (Mar 03, 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="prev_whats_new/github_stats_3.7.0.html">GitHub statistics for 3.7.0 (Feb 13, 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="prev_whats_new/github_stats_3.6.3.html">GitHub statistics for 3.6.3 (Jan 11, 2023)</a></li>
<li class="toctree-l2"><a class="reference internal" href="prev_whats_new/github_stats_3.6.2.html">GitHub statistics for 3.6.2 (Nov 02, 2022)</a></li>
<li class="toctree-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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-l2"><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>
</li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.7.2.html">GitHub statistics for 3.7.2 (Jul 05, 2023)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.7.1.html">GitHub statistics for 3.7.1 (Mar 03, 2023)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.7.0.html">GitHub statistics for 3.7.0 (Feb 13, 2023)</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.6.0.html">What's new in Matplotlib 3.6.0 (Sep 15, 2022)</a><input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-3"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.6.1.html">API Changes for 3.6.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.6.0.html">API Changes for 3.6.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.3.html">GitHub statistics for 3.6.3 (Jan 11, 2023)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.2.html">GitHub statistics for 3.6.2 (Nov 02, 2022)</a></li>
<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>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.5.2.html">What's new in Matplotlib 3.5.2 (May 02, 2022)</a><input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-4"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.5.0.html">What's new in Matplotlib 3.5.0 (Nov 15, 2021)</a><input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-5"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.5.3.html">API Changes for 3.5.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.5.2.html">API Changes for 3.5.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.5.0.html">API Changes for 3.5.0</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>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.4.0.html">What's new in Matplotlib 3.4.0 (Mar 26, 2021)</a><input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-6"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.4.2.html">API Changes for 3.4.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.4.0.html">API Changes for 3.4.0</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>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.3.0.html">What's new in Matplotlib 3.3.0 (Jul 16, 2020)</a><input class="toctree-checkbox" id="toctree-checkbox-7" name="toctree-checkbox-7" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-7"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.3.1.html">API Changes for 3.3.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.3.0.html">API Changes for 3.3.0</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>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.2.0.html">What's new in Matplotlib 3.2 (Mar 04, 2020)</a><input class="toctree-checkbox" id="toctree-checkbox-8" name="toctree-checkbox-8" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-8"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.2.0.html">API Changes for 3.2.0</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>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_3.1.0.html">What's new in Matplotlib 3.1 (May 18, 2019)</a><input class="toctree-checkbox" id="toctree-checkbox-9" name="toctree-checkbox-9" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-9"><i class="fa-solid fa-chevron-down"></i></label><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.1.1.html">API Changes for 3.1.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.1.0.html">API Changes for 3.1.0</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>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_3.0.html">What's new in Matplotlib 3.0 (Sep 18, 2018)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.0.1.html">API Changes for 3.0.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_3.0.0.html">API Changes for 3.0.0</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>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_2.2.html">What's new in Matplotlib 2.2 (Mar 06, 2018)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_2.2.0.html">API Changes in 2.2.0</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_2.1.0.html">What's new in Matplotlib 2.1.0 (Oct 7, 2017)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_2.1.2.html">API Changes in 2.1.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_2.1.1.html">API Changes in 2.1.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_2.1.0.html">API Changes in 2.1.0</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1 has-children"><a class="reference internal" href="prev_whats_new/whats_new_2.0.0.html">What's new in Matplotlib 2.0 (Jan 17, 2017)</a><input class="toctree-checkbox" id="toctree-checkbox-10" name="toctree-checkbox-10" type="checkbox"/><label class="toctree-toggle" for="toctree-checkbox-10"><i class="fa-solid fa-chevron-down"></i></label><ul>
<li class="toctree-l2"><a class="reference internal" href="prev_whats_new/dflt_style_changes.html">Changes to the default style</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_2.0.1.html">API Changes in 2.0.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_2.0.0.html">API Changes in 2.0.0</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_1.5.html">What's new in Matplotlib 1.5 (Oct 29, 2015)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_1.5.3.html">API Changes in 1.5.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_1.5.2.html">API Changes in 1.5.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_1.5.0.html">API Changes in 1.5.0</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_1.4.html">What's new in Matplotlib 1.4 (Aug 25, 2014)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_1.4.x.html">API Changes in 1.4.x</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_1.3.html">What's new in Matplotlib 1.3 (Aug 01, 2013)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_1.3.x.html">API Changes in 1.3.x</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_1.2.2.html">What's new in Matplotlib 1.2.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_1.2.html">What's new in Matplotlib 1.2 (Nov 9, 2012)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_1.2.x.html">API Changes in 1.2.x</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_1.1.html">What's new in Matplotlib 1.1 (Nov 02, 2011)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_1.1.x.html">API Changes in 1.1.x</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_1.0.html">What's new in Matplotlib 1.0 (Jul 06, 2010)</a></li>
</ul>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/changelog.html">List of changes to Matplotlib prior to 2015</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_0.99.html">What's new in Matplotlib 0.99 (Aug 29, 2009)</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.99.x.html">Changes beyond 0.99.x</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.99.html">Changes in 0.99</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/whats_new_0.98.4.html">What's new in Matplotlib 0.98.4</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.98.x.html">Changes for 0.98.x</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.98.1.html">Changes for 0.98.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.98.0.html">Changes for 0.98.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.91.2.html">Changes for 0.91.2</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.91.0.html">Changes for 0.91.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.90.1.html">Changes for 0.90.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.90.0.html">Changes for 0.90.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.87.7.html">Changes for 0.87.7</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.86.html">Changes for 0.86</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.85.html">Changes for 0.85</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.84.html">Changes for 0.84</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.83.html">Changes for 0.83</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.82.html">Changes for 0.82</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.81.html">Changes for 0.81</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.80.html">Changes for 0.80</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.73.html">Changes for 0.73</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.72.html">Changes for 0.72</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.71.html">Changes for 0.71</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.70.html">Changes for 0.70</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.65.1.html">Changes for 0.65.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.65.html">Changes for 0.65</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.63.html">Changes for 0.63</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.61.html">Changes for 0.61</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.60.html">Changes for 0.60</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.54.3.html">Changes for 0.54.3</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.54.html">Changes for 0.54</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.50.html">Changes for 0.50</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.42.html">Changes for 0.42</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api/prev_api_changes/api_changes_0.40.html">Changes for 0.40</a></li>
</ul>
</div>
</nav>
</div>
</div>
<div class="sidebar-end-items sidebar-primary__section">
<div class="sidebar-end-items__item">
</div>
</div>
<div id="rtd-footer-container"></div>
</div>
<main id="main-content" 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-7-3-sep-11-2023">
<span id="github-stats"></span><h1>GitHub statistics for 3.7.3 (Sep 11, 2023)<a class="headerlink" href="#github-statistics-for-3-7-3-sep-11-2023" title="Permalink to this heading">#</a></h1>
<p>GitHub statistics for 2023/07/05 (tag: v3.7.2) - 2023/09/11</p>
<p>These lists are automatically generated, and may be incomplete or contain duplicates.</p>
<p>We closed 14 issues and merged 48 pull requests.
The full list can be seen <a class="reference external" href="https://github.com/matplotlib/matplotlib/milestone/82?closed=1">on GitHub</a></p>
<p>The following 17 authors contributed 130 commits.</p>
<ul class="simple">
<li><p>amiraflak</p></li>
<li><p>Amirreza Aflakparast</p></li>
<li><p>dependabot[bot]</p></li>
<li><p>Elliott Sales de Andrade</p></li>
<li><p>Greg Lucas</p></li>
<li><p>hannah</p></li>
<li><p>Haoying Zhang</p></li>
<li><p>Jody Klymak</p></li>
<li><p>Kritika Verma</p></li>
<li><p>Kyle Sunden</p></li>
<li><p>marbled-toast</p></li>
<li><p>Mateusz Sokół</p></li>
<li><p>Matthew Feickert</p></li>
<li><p>Oscar Gustafsson</p></li>
<li><p>Ruth Comer</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 (48):</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26725/">PR #26725</a>: Backport PR #26719 on branch v3.7.x (Fix issue with missing attribute in Path3DCollection)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26723/">PR #26723</a>: Backport PR #26721 on branch v3.7.x (Add a Python 3.12 classifier)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26719/">PR #26719</a>: Fix issue with missing attribute in Path3DCollection</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26721/">PR #26721</a>: Add a Python 3.12 classifier</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26672/">PR #26672</a>: Backport cibuildwheel updates to v3.7.x</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26706/">PR #26706</a>: Pin NumPy below v2 for 3.7.x</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26653/">PR #26653</a>: Backport PR #26597 on branch v3.7.x (Squeeze post-converted values when validating limits)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26597/">PR #26597</a>: Squeeze post-converted values when validating limits</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26582/">PR #26582</a>: MNT: Enable wheels for Python 3.12</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26616/">PR #26616</a>: Backport PR #26598 on branch v3.7.x (FIX: array labelcolor for Tick)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26598/">PR #26598</a>: FIX: array labelcolor for Tick</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26610/">PR #26610</a>: Backport PR #26538 on branch v3.7.x (Resolves #26421 Added an example for fig comparison decorator)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26538/">PR #26538</a>: Resolves #26421 Added an example for fig comparison decorator</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26574/">PR #26574</a>: Backport PR #26571 on branch v3.7.x ([Doc]: match 3D plot types with others)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26571/">PR #26571</a>: [Doc]: match 3D plot types with others</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26570/">PR #26570</a>: Backport PR #26569 on branch v3.7.x (refactor: constant "ncols" to variables)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26569/">PR #26569</a>: refactor: constant "ncols" to variables</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26555/">PR #26555</a>: Backport PR #26554 on branch v3.7.x (Remove NumPy abs overrides from pylab)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26552/">PR #26552</a>: Backport PR #26493: Disable <code class="docutils literal notranslate"><span class="pre">``add_html_cache_busting``</span></code> on Sphinx 7.1+</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26554/">PR #26554</a>: Remove NumPy abs overrides from pylab</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26549/">PR #26549</a>: Backport PR #26545 on branch v3.7.x (Fix size inferral when using cairocffi)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26545/">PR #26545</a>: Fix size inferral when using cairocffi</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26544/">PR #26544</a>: Backport PR #26532: Fix input check in Poly3DCollection.__init__</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26532/">PR #26532</a>: Fix input check in Poly3DCollection.__init__</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26459/">PR #26459</a>: Backport PR #26458 on branch v3.7.x (Remove soon to be deprecated nan/inf aliases)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26458/">PR #26458</a>: Remove soon to be deprecated nan/inf aliases</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26455/">PR #26455</a>: Backport PR #26452 on branch v3.7.x (ENH: Update numpy exceptions imports)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26452/">PR #26452</a>: ENH: Update numpy exceptions imports</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26439/">PR #26439</a>: Backport PR #26436 on branch v3.7.x (DOC: Add a warning that ticks are not persistent)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26432/">PR #26432</a>: Backport PR #26431 on branch v3.7.x (MNT: Unpin pyparsing, xfail error message tests for pyparsing 3.1.0)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26436/">PR #26436</a>: DOC: Add a warning that ticks are not persistent</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26428/">PR #26428</a>: Merge branch v3.7.2-doc into v3.7.x</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26431/">PR #26431</a>: MNT: Unpin pyparsing, xfail error message tests for pyparsing 3.1.0</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26412/">PR #26412</a>: Backport PR #26405 on branch v3.7.x (DOC: Clarify the difference between document and section references)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26390/">PR #26390</a>: Backport PR #26354 on branch v3.7.x (DOC: contourf antialiased default)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26354/">PR #26354</a>: DOC: contourf antialiased default</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26386/">PR #26386</a>: Backport PR #26370 on branch v3.7.x (Update README.txt )</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26364/">PR #26364</a>: Backport PR #26361 on branch v3.7.x (LIC: Update the license we bundle the colorbrewer colormap data with)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26361/">PR #26361</a>: LIC: Update the license we bundle the colorbrewer colormap data with</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26322/">PR #26322</a>: Backport PR #26321 on branch v3.7.x (remove quote box from font_manager)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26318/">PR #26318</a>: Backport PR #26317 on branch v3.7.x (update the doc string for fancyarrowpatch to link to annotate)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26317/">PR #26317</a>: update the doc string for fancyarrowpatch to link to annotate</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26304/">PR #26304</a>: Backport PR #26300 on branch v3.7.x (FIX: do not warn when calling tight_layout multiple times)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26300/">PR #26300</a>: FIX: do not warn when calling tight_layout multiple times</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26301/">PR #26301</a>: Backport PR #26291 on branch v3.7.x (Get correct renderer for axes_grid1 inset axes with bbox_inches=tight)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26298/">PR #26298</a>: Backport PR #26195 on branch v3.7.x ([Doc] link style sheets reference to customization tutorial)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26291/">PR #26291</a>: Get correct renderer for axes_grid1 inset axes with bbox_inches=tight</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/26267/">PR #26267</a>: Backport PR #26266 on branch v3.7.x (DOC: Use consistent font for anatomy example)</p></li>
</ul>
<p>Issues (14):</p>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26732/">#26732</a>: [ENH]: Parser errors should mention that commands do not exist</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26497/">#26497</a>: [Bug]: AttributeError: 'Path3DCollection' object has no attribute '_offset_zordered' (possible regression)</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26588/">#26588</a>: [Bug]: Tick class instantiation returns an error when labelcolor is a tuple</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26421/">#26421</a>: [Doc]: demo testing comparison decorator</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26486/">#26486</a>: [Doc]: match 3D plot types listings titles to other titles</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26560/">#26560</a>: [Doc]: ncols parameter hard-coded</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26553/">#26553</a>: [TST] Upcoming dependency test failures</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26523/">#26523</a>: [Bug]: backend_cairo set_context() is broken for cairocffi</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26420/">#26420</a>: Typo in Poly3DCollection constructor</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26152/">#26152</a>: [Bug]: Pyparsing 3.1 breaks tests</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26336/">#26336</a>: [Doc]: GPL compatibility</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/19721/">#19721</a>: head size of FancyArrowPatch is "invisibly small" by default</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26290/">#26290</a>: [Bug]: calling fig.tight_layout multiple times</p></li>
<li><p><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/26287/">#26287</a>: [Bug]: Error while creating inset axes using <code class="docutils literal notranslate"><span class="pre">mpl_toolkits.axes_grid1.inset_locator.inset_axes</span></code></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.7.2.html">GitHub statistics for 3.7.2 (Jul 05, 2023)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.7.1.html">GitHub statistics for 3.7.1 (Mar 03, 2023)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.7.0.html">GitHub statistics for 3.7.0 (Feb 13, 2023)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.3.html">GitHub statistics for 3.6.3 (Jan 11, 2023)</a></li>
<li class="toctree-l1"><a class="reference internal" href="prev_whats_new/github_stats_3.6.2.html">GitHub statistics for 3.6.2 (Nov 02, 2022)</a></li>
<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 -->
<script src="../_static/scripts/bootstrap.js?digest=796348d33e8b1d947c94"></script>
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=796348d33e8b1d947c94"></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–2023 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 class="footer-item">
<p class="sphinx-version">
Built from v3.7.3-2-gba2e4a91dc.
<br/>
</p>
</div>
</div>
</footer>
</body>
</html>