-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathgithub_stats.html
More file actions
601 lines (575 loc) · 71 KB
/
github_stats.html
File metadata and controls
601 lines (575 loc) · 71 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GitHub Stats — Matplotlib 3.0.2 documentation</title>
<link rel="stylesheet" href="../_static/mpl.css"
type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css"
type="text/css" />
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />
<link rel="stylesheet" href="../_static/gallery.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Matplotlib 3.0.2 documentation"
href="../_static/opensearch.xml"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html"
/>
<link rel="search" title="Search" href="../search.html"
/>
<link rel="top" title="Matplotlib 3.0.2 documentation" href="../index.html" />
<link rel="up" title="User's Guide" href="index.html" />
<link rel="next" title="License" href="license.html" />
<link rel="prev" title="History" href="history.html" />
<link rel="canonical" href="https://matplotlib.org/stable/users/github_stats.html" />
<script data-domain="matplotlib.org" defer="defer" src="https://views.scientific-python.org/js/script.js"></script>
</head>
<body>
<div id="unreleased-message"> You are reading an old version of the documentation (v3.0.2). For the latest version see <a href="https://matplotlib.org/stable/users/github_stats.html">https://matplotlib.org/stable/users/github_stats.html</a></div>
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
<a href="../index.html">
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 3.0.2</span></div>
<img src="../_static/logo2.png" height="125px" border="0" alt="matplotlib"/></a>
<!-- The "Fork me on github" ribbon -->
<div id="forkongithub"><a href="https://github.com/matplotlib/matplotlib">Fork me on GitHub</a></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="license.html" title="License"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="history.html" title="History"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">home</a>| </li>
<li><a href="../gallery/index.html">examples</a>| </li>
<li><a href="../tutorials/index.html">tutorials</a>| </li>
<li><a href="../api/api_overview.html">API</a>| </li>
<li><a href="../contents.html">docs</a> »</li>
<li><a href="index.html" accesskey="U">User's Guide</a> »</li>
</ul>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../contents.html">Documentation overview</a><ul>
<li><a href="index.html">User's Guide</a><ul>
<li>Previous: <a href="history.html" title="previous chapter">History</a></li>
<li>Next: <a href="license.html" title="next chapter">License</a></li>
</ul></li>
</ul></li>
</ul>
</div>
<div id="sidebar-pagesource" role="note" aria-label="source link"
style="margin-top: 1.5em; padding-top: 0.1em; border-top: 1px solid #86989b">
<a href="../_sources/users/github_stats.rst.txt"
style="color: #c0c0c0" rel="nofollow">Show Page Source</a>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="github-stats">
<span id="id1"></span><h1>GitHub Stats<a class="headerlink" href="#github-stats" title="Permalink to this headline">¶</a></h1>
<p>GitHub stats for 2018/09/18 - 2018/11/09 (tag: v3.0.0)</p>
<p>These lists are automatically generated, and may be incomplete or contain duplicates.</p>
<p>We closed 170 issues and merged 224 pull requests.</p>
<p>The following 49 authors contributed 460 commits.</p>
<ul class="simple">
<li>Abhinuv Nitin Pitale</li>
<li>Alon Hershenhorn</li>
<li>Andras Deak</li>
<li>Ankur Dedania</li>
<li>Antony Lee</li>
<li>Anubhav Shrimal</li>
<li>Ayappan P</li>
<li>azure-pipelines[bot]</li>
<li>Ben Root</li>
<li>Colin</li>
<li>Colin Carroll</li>
<li>Daniele Nicolodi</li>
<li>David Haberthür</li>
<li>David Stansby</li>
<li>Dmitry Mottl</li>
<li>Elan Ernest</li>
<li>Elliott Sales de Andrade</li>
<li>Eric Wieser</li>
<li>esvhd</li>
<li>Galen Lynch</li>
<li>hannah</li>
<li>Ildar Akhmetgaleev</li>
<li>ImportanceOfBeingErnest</li>
<li>Jody Klymak</li>
<li>Joel Wanner</li>
<li>Kai Muehlbauer</li>
<li>Kevin Rose</li>
<li>Kyle Sunden</li>
<li>Marcel Martin</li>
<li>Matthias Bussonnier</li>
<li>MeeseeksMachine</li>
<li>Michael Jancsy</li>
<li>Nelle Varoquaux</li>
<li>Nick Papior</li>
<li>Nikita Kniazev</li>
<li>Paul Hobson</li>
<li>pharshalp</li>
<li>Rasmus Diederichsen</li>
<li>Ryan May</li>
<li>saksmito</li>
<li>Takafumi Arakaki</li>
<li>teresy</li>
<li>Thomas A Caswell</li>
<li>thoo</li>
<li>Tim Hoffmann</li>
<li>Tobias Megies</li>
<li>Tyler Makaro</li>
<li>Will Handley</li>
<li>Yuxin Wu</li>
</ul>
<p>GitHub issues and pull requests:</p>
<p>Pull Requests (224):</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12785/">PR #12785</a>: Use level kwargs in irregular contour example</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12767/">PR #12767</a>: Make colorbars constructible with dataless ScalarMappables.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12775/">PR #12775</a>: Add note to errorbar function about sign of errors</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12776/">PR #12776</a>: Fix typo in example (on-borad -> on-board).</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12771/">PR #12771</a>: Do not rely on external stack frame to exist</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12526/">PR #12526</a>: Rename jquery files</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12552/">PR #12552</a>: Update docs for writing image comparison tests.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12746/">PR #12746</a>: Use skipif, not xfail, for uncomparable image formats.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12747/">PR #12747</a>: Prefer log.warning("%s", ...) to log.warning("%s" % ...).</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11753/">PR #11753</a>: FIX: Apply aspect before drawing starts</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12749/">PR #12749</a>: Move toolmanager warning from logging to warning.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12708/">PR #12708</a>: Run flake8 in a separate travis environment</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12737/">PR #12737</a>: Improve docstring of Arc</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12598/">PR #12598</a>: Support Cn colors with n>=10.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12670/">PR #12670</a>: FIX: add setter for hold to un-break basemap</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12693/">PR #12693</a>: Workaround Text3D breaking tight_layout()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12727/">PR #12727</a>: Reorder API docs: separate file per module</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12738/">PR #12738</a>: Add unobtrusive depreaction note to the first line of the docstring.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12740/">PR #12740</a>: DOC: constrained layout guide (fix: Spacing with colorbars)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11663/">PR #11663</a>: Refactor color parsing of Axes.scatter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12736/">PR #12736</a>: Move deprecation note to end of docstring</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12704/">PR #12704</a>: Rename tkinter import from Tk to tk.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12730/">PR #12730</a>: MNT: merge ignore lines in .flake8</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12707/">PR #12707</a>: Fix tk error when closing first pyplot figure</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12715/">PR #12715</a>: Cleanup dviread.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12717/">PR #12717</a>: Delete some <code class="docutils literal notranslate"><span class="pre">if</span> <span class="pre">__name__</span> <span class="pre">==</span> <span class="pre">"__main__"</span></code> clauses.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12726/">PR #12726</a>: Fix test_non_gui_warning for Azure (and mplcairo).</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12720/">PR #12720</a>: Improve docs on Axes scales</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12537/">PR #12537</a>: Improve error message on failing test_pyplot_up_to_date</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12721/">PR #12721</a>: Make get_scale_docs() internal</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12617/">PR #12617</a>: Set up CI with Azure Pipelines</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12673/">PR #12673</a>: Fix for _axes.scatter() array index out of bound error</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12676/">PR #12676</a>: Doc: document textpath module</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12705/">PR #12705</a>: Improve docs on Axes limits and direction</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12706/">PR #12706</a>: Extend sphinx Makefile to cleanup completely</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12481/">PR #12481</a>: Warn if plot_surface Z values contain NaN</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12709/">PR #12709</a>: Correctly remove nans when drawing paths with pycairo.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12685/">PR #12685</a>: Make ticks in demo_axes_rgb.py visible</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12691/">PR #12691</a>: DOC: Link to "How to make a PR" tutorials as badge and in contributing</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12684/">PR #12684</a>: Change ipython block to code-block</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11974/">PR #11974</a>: Make code match comment in sankey.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12440/">PR #12440</a>: Make arguments to @deprecated/warn_deprecated keyword-only.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12683/">PR #12683</a>: TST: mark test_constrainedlayout.py::test_colorbar_location as flaky</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12686/">PR #12686</a>: Remove deprecation warnings in tests</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12470/">PR #12470</a>: Update AutoDateFormatter with locator</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12656/">PR #12656</a>: FIX: fix error in colorbar.get_ticks not having valid data</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12586/">PR #12586</a>: Improve linestyles example</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12006/">PR #12006</a>: Added stacklevel=2 to all warnings.warn calls (issue 10643)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12651/">PR #12651</a>: FIX: ignore non-finite bbox</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12653/">PR #12653</a>: Don't warn when accessing deprecated properties from the class.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12608/">PR #12608</a>: ENH: allow matplotlib.use after getbackend</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12658/">PR #12658</a>: Do not warn-depreacted when iterating over rcParams</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12635/">PR #12635</a>: FIX: allow non bbox_extra_artists calls</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12659/">PR #12659</a>: Add note that developer discussions are private</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12543/">PR #12543</a>: Make rcsetup.py flak8 compliant</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12642/">PR #12642</a>: Don't silence TypeErrors in fmt_{x,y}data.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11667/">PR #11667</a>: DOC: update doc requirement</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12442/">PR #12442</a>: Deprecate passing drawstyle with linestyle as single string.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12625/">PR #12625</a>: Shorten some docstrings.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12627/">PR #12627</a>: Be a bit more stringent on invalid inputs.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12561/">PR #12561</a>: Properly css-style exceptions in the documentation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12629/">PR #12629</a>: Fix issue with PyPy on macOS</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/10933/">PR #10933</a>: Remove "experimental" fontconfig font_manager backend.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12630/">PR #12630</a>: Fix RcParams.__len__</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12285/">PR #12285</a>: FIX: Don't apply tight_layout if axes collapse</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12548/">PR #12548</a>: undef _XOPEN_SOURCE breaks the build in AIX</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12615/">PR #12615</a>: Fix travis OSX build</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12600/">PR #12600</a>: Minor style fixes.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12607/">PR #12607</a>: STY: fix whitespace and escaping</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12603/">PR #12603</a>: FIX: don't import macosx to check if eventloop running</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12599/">PR #12599</a>: Fix formatting of docstring</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12569/">PR #12569</a>: Don't confuse uintptr_t and Py_ssize_t.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12572/">PR #12572</a>: Fix singleton hist labels</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12581/">PR #12581</a>: Fix hist() error message</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12570/">PR #12570</a>: Fix mathtext tutorial for build with Sphinx 1.8.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12487/">PR #12487</a>: Update docs/tests for the deprecation of aname and label1On/label2On/etc.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12521/">PR #12521</a>: Improve docstring of draw_idle()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12573/">PR #12573</a>: BUG: mplot3d: Don't crash if azim or elev are non-integral</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12574/">PR #12574</a>: Remove some unused imports</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12568/">PR #12568</a>: Add note regarding builds of old Matplotlibs.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12555/">PR #12555</a>: Clarify horizontalalignment and verticalalignment in suptitle</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12547/">PR #12547</a>: Disable sticky edge accumulation if no autoscaling.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12546/">PR #12546</a>: Avoid quadratic behavior when accumulating stickies.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12159/">PR #12159</a>: FIX: colorbar re-check norm before draw for autolabels</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12501/">PR #12501</a>: Rectified plot error</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11789/">PR #11789</a>: endless looping GIFs with PillowWriter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12525/">PR #12525</a>: Fix some flake8 issues</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12431/">PR #12431</a>: FIX: allow single-string color for scatter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12216/">PR #12216</a>: Doc: Fix search for sphinx >=1.8</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12461/">PR #12461</a>: FIX: make add_lines work with new colorbar</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12241/">PR #12241</a>: FIX: make unused spines invisible</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12516/">PR #12516</a>: Don't handle impossible values for <code class="docutils literal notranslate"><span class="pre">align</span></code> in hist()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12504/">PR #12504</a>: DOC: clarify min supported version wording</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12507/">PR #12507</a>: FIX: make minor ticks formatted with science formatter as well</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12500/">PR #12500</a>: Adjust the widths of the messages during the build.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12492/">PR #12492</a>: Simplify radar_chart example.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12478/">PR #12478</a>: MAINT: numpy deprecates asscalar in 1.16</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12363/">PR #12363</a>: FIX: errors in get_position changes</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12495/">PR #12495</a>: Fix duplicate condition in pathpatch3d example</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11984/">PR #11984</a>: Strip out pkg-config machinery for agg and libqhull.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12463/">PR #12463</a>: Document Artist.cursor_data() parameter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12489/">PR #12489</a>: Fix typo in documentation of ylim</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12482/">PR #12482</a>: Test slider orientation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12317/">PR #12317</a>: Always install mpl_toolkits.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12246/">PR #12246</a>: Be less tolerant of broken installs.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12477/">PR #12477</a>: Use N{MICRO SIGN} instead of N{GREEK SMALL LETTER MU} in EngFormatter.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12483/">PR #12483</a>: Kill FontManager.update_fonts.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12448/">PR #12448</a>: Don't error if some font directories are not readable.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12474/">PR #12474</a>: Throw ValueError when irregularly gridded data is passed to streamplot.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12469/">PR #12469</a>: Clarify documentation of offsetbox.AnchoredText's prop kw argument</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12468/">PR #12468</a>: Fix <code class="docutils literal notranslate"><span class="pre">set_ylim</span></code> unit handling</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12466/">PR #12466</a>: np.fromstring -> np.frombuffer.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12369/">PR #12369</a>: Improved exception handling on animation failure</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12460/">PR #12460</a>: Deprecate RendererBase.strip_math.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12457/">PR #12457</a>: Fix tutorial typos.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12453/">PR #12453</a>: Rollback erronous commit to whats_new.rst from #10746</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12452/">PR #12452</a>: Minor updates to the FAQ.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/10746/">PR #10746</a>: Adjusted matplotlib.widgets.Slider to have optional vertical orientatation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12441/">PR #12441</a>: Get rid of a signed-compare warning.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12430/">PR #12430</a>: Deprecate Axes3D.plot_surface(shade=None)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12435/">PR #12435</a>: Fix numpydoc parameter formatting</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12434/">PR #12434</a>: Clarify documentation for textprops keyword parameter of TextArea</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12427/">PR #12427</a>: Document Artist.get_cursor_data</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12277/">PR #12277</a>: FIX: datetime64 now recognized if in a list</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/10322/">PR #10322</a>: Use np.hypot whereever possible.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12423/">PR #12423</a>: Minor simplifications to backend_svg.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12293/">PR #12293</a>: Make pyplot more tolerant wrt. 3rd-party subclasses.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12360/">PR #12360</a>: Replace axes_grid by axes_grid1 in test</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/10356/">PR #10356</a>: fix detecting which artist(s) the mouse is over</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12416/">PR #12416</a>: Move font cache rebuild out of exception handler</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11891/">PR #11891</a>: Group some print()s in backend_ps.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12165/">PR #12165</a>: Remove deprecated mlab code</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12394/">PR #12394</a>: DOC: fix CL tutorial to give same output from saved file and example</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12387/">PR #12387</a>: Update HTML animation as slider is dragged</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12408/">PR #12408</a>: Don't crash on invalid registry font entries on Windows.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/10088/">PR #10088</a>: Deprecate Tick.{gridOn,tick1On,label1On,...} in favor of set_visible.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12149/">PR #12149</a>: Mathtext tutorial fixes</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12393/">PR #12393</a>: Deprecate to-days converters in matplotlib dates</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12257/">PR #12257</a>: Document standard backends in matplotlib.use()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12383/">PR #12383</a>: Revert change of parameter name in annotate()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12385/">PR #12385</a>: CI: Added Appveyor Python 3.7 build</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12247/">PR #12247</a>: Machinery for deprecating properties.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12371/">PR #12371</a>: Move check for ImageMagick Windows path to bin_path().</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12384/">PR #12384</a>: Cleanup axislines style.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12353/">PR #12353</a>: Doc: clarify default parameters in scatter docs</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12366/">PR #12366</a>: TST: Update test images for new Ghostscript.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11648/">PR #11648</a>: FIX: colorbar placement in constrained layout</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12368/">PR #12368</a>: Don't use stdlib private API in animation.py.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12351/">PR #12351</a>: dviread: find_tex_file: Ensure the encoding on windows</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12244/">PR #12244</a>: Merge barchart examples.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12372/">PR #12372</a>: Remove two examples.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12214/">PR #12214</a>: Improve docstring of Annoation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12347/">PR #12347</a>: DOC: add_child_axes to axes_api.rst</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12304/">PR #12304</a>: TST: Merge Qt tests into one file.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12321/">PR #12321</a>: maint: setupext.py for freetype had a Catch case for missing ft2build.h</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12340/">PR #12340</a>: Catch test deprecation warnings for mlab.demean</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12334/">PR #12334</a>: Improve selection of inset indicator connectors.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12316/">PR #12316</a>: Fix some warnings from Travis</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12268/">PR #12268</a>: FIX: remove unnecessary <code class="docutils literal notranslate"><span class="pre">self</span></code> in <code class="docutils literal notranslate"><span class="pre">super_</span></code>-calls, fixes #12265</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12212/">PR #12212</a>: font_manager: Fixed problems with Path(...).suffix</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12326/">PR #12326</a>: fixed minor spelling error in docstring</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12296/">PR #12296</a>: Make FooConverter inherit from ConversionInterface in examples</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12322/">PR #12322</a>: Fix the docs build.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12319/">PR #12319</a>: Fix Travis 3.6 builds</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12309/">PR #12309</a>: Deduplicate implementations of FooNorm.autoscale{,_None}</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12314/">PR #12314</a>: Deprecate <code class="docutils literal notranslate"><span class="pre">axis('normal')</span></code> in favor of <code class="docutils literal notranslate"><span class="pre">axis('auto')</span></code>.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12313/">PR #12313</a>: BUG: Fix typo in view_limits() for MultipleLocator</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12307/">PR #12307</a>: Clarify missing-property error message.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12274/">PR #12274</a>: MNT: put back <code class="docutils literal notranslate"><span class="pre">_hold</span></code> as read-only attribute on AxesBase</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12260/">PR #12260</a>: Fix docs : change from issue #12191, remove "if 1:" blocks in examples</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12163/">PR #12163</a>: TST: Defer loading Qt framework until test is run.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12253/">PR #12253</a>: Handle utf-8 output by kpathsea on Windows.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12301/">PR #12301</a>: Ghostscript 9.0 requirement revisited</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12294/">PR #12294</a>: Fix expand_dims warnings in triinterpolate</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12292/">PR #12292</a>: TST: Modify the bar3d test to show three more angles</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12297/">PR #12297</a>: Remove some pytest parameterising warnings</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12261/">PR #12261</a>: FIX: parasite axis2 demo</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12278/">PR #12278</a>: Document inheriting docstrings</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12262/">PR #12262</a>: Simplify empty-rasterized pdf test.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12269/">PR #12269</a>: Add some param docs to BlockingInput methods</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12272/">PR #12272</a>: Fix <code class="docutils literal notranslate"><span class="pre">contrained</span></code> to <code class="docutils literal notranslate"><span class="pre">constrained</span></code></li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12255/">PR #12255</a>: Deduplicate inherited docstrings.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12254/">PR #12254</a>: Improve docstrings of Animations</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12258/">PR #12258</a>: Fix CSS for module-level data</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12222/">PR #12222</a>: Remove extraneous if 1 statements in demo_axisline_style.py</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12137/">PR #12137</a>: MAINT: Vectorize bar3d</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12219/">PR #12219</a>: Merge OSXInstalledFonts into findSystemFonts.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12229/">PR #12229</a>: Less ACCEPTS, more numpydoc.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12209/">PR #12209</a>: Doc: Sort named colors example by palette</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12237/">PR #12237</a>: Use (float, float) as parameter type for 2D positions in docstrings</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12238/">PR #12238</a>: Typo in docs</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12236/">PR #12236</a>: Make boilerplate-generated pyplot.py flake8 compliant</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12231/">PR #12231</a>: CI: Speed up Appveyor repository cloning</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12228/">PR #12228</a>: Fix trivial typo in docs.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12227/">PR #12227</a>: Use (float, float) as paramter type for 2D positions</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12199/">PR #12199</a>: Allow disabling specific mouse actions in blocking_input</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12213/">PR #12213</a>: Change win32InstalledFonts return value</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12207/">PR #12207</a>: FIX: dont' check for interactive framework if none required</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/11688/">PR #11688</a>: Don't draw axis (spines, ticks, labels) twice when using parasite axes.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12210/">PR #12210</a>: Axes.tick_params() argument checking</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12211/">PR #12211</a>: Fix typo</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12200/">PR #12200</a>: Slightly clarify some invalid shape exceptions for image data.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12151/">PR #12151</a>: Don't pretend @deprecated applies to classmethods.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12190/">PR #12190</a>: Remove some unused variables and imports</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12186/">PR #12186</a>: DOC: fix API note about get_tightbbox</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12203/">PR #12203</a>: Document legend's slowness when "best" location is used</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12192/">PR #12192</a>: Exclude examples from lgtm analysis</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12196/">PR #12196</a>: Give Carreau the ability to mention the backport bot.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12187/">PR #12187</a>: DOC: Update INSTALL.rst</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12164/">PR #12164</a>: Fix Annotation.contains.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12177/">PR #12177</a>: FIX: remove cwd from mac font path search</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12182/">PR #12182</a>: Fix Flash of Unstyled Content by removing remaining Flipcause integration</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12184/">PR #12184</a>: DOC: update "Previous Whats New" for 2.2 with reference to cividis paper</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12183/">PR #12183</a>: Doc: Don't use Sphinx 1.8</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12171/">PR #12171</a>: Remove internal warning due to zsort deprecation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12166/">PR #12166</a>: Document preference order for backend auto selection</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12154/">PR #12154</a>: Avoid triggering deprecation warnings with pytest 3.8.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12030/">PR #12030</a>: Speed up canvas redraw for GTK3Agg backend.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12157/">PR #12157</a>: Properly declare the interactive framework for the qt4foo backends.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12156/">PR #12156</a>: Cleanup the GridSpec demos.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12144/">PR #12144</a>: Add explicit getters and setters for Annotation.anncoords.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12152/">PR #12152</a>: Use _warn_external for deprecations warnings.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12148/">PR #12148</a>: BLD: pragmatic fix for building basic_unit example on py37</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/pull/12147/">PR #12147</a>: DOC: update the gh_stats code</li>
</ul>
<p>Issues (170):</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12699/">#12699</a>: Annotations get cropped out of figures saved with bbox_inches='tight'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/9217/">#9217</a>: Weirdness with inline figure DPI settings in Jupyter Notebook</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/4853/">#4853</a>: %matplotlib notebook creates much bigger figures than %matplotlib inline</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12780/">#12780</a>: Vague/misleading exception message in scatter()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/10239/">#10239</a>: Weird interaction with Tkinter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/10045/">#10045</a>: subplots_adjust() breaks layout of tick labels</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12765/">#12765</a>: Matplotlib draws incorrect color</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11800/">#11800</a>: Gridspec tutorial</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12757/">#12757</a>: up the figure</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12724/">#12724</a>: Importing pyplot steals focus on macOS</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12669/">#12669</a>: fixing _hold on cartopy broke basemap</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12687/">#12687</a>: Plotting text on 3d axes before tight_layout() breaks tight_layout()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12734/">#12734</a>: Wishlist: functionally linked twin axes</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12576/">#12576</a>: RcParams is fundamentally broken</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12641/">#12641</a>: <code class="docutils literal notranslate"><span class="pre">_axes.py.scatter()</span></code> array index out of bound / calling from <code class="docutils literal notranslate"><span class="pre">seaborn</span></code></li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12703/">#12703</a>: Error when closing first of several pyplot figures in TkAgg</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12728/">#12728</a>: Deprecation Warnings</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/4124/">#4124</a>: Provide canonical examples of mpl in web frameworks</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/10574/">#10574</a>: Default color after setting alptha to Patch in legened</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12702/">#12702</a>: couldn't find or load Qt platform plugin "windows" in "".</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11139/">#11139</a>: "make clean" doesn't remove all the build doc files</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12701/">#12701</a>: semilogy with NaN prevents display of Title (cairo backend)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12696/">#12696</a>: Process finished with exit code -1 due to matplotlib configuration</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12692/">#12692</a>: matplotlib.plot.show always blocks the execution of python script</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12433/">#12433</a>: Travis error is MacOS image tolerance of 0.005 for <code class="docutils literal notranslate"><span class="pre">test_constrained_layout.py::test_colorbar_location</span></code></li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/10017/">#10017</a>: unicode_literals considered harmful</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12682/">#12682</a>: using AxesImage.set_clim() shrinks the colorbar</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12620/">#12620</a>: Overlapping 3D objects</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12680/">#12680</a>: matplotlib ui in thread still blocked</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11908/">#11908</a>: Improve linestyle documentation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12650/">#12650</a>: Deprecation warnings when calling help(matplotlib)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/10643/">#10643</a>: Most warnings calls do not set the stacklevel</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12671/">#12671</a>: make_axes_locatable breaks with matplotlib 3.0</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12664/">#12664</a>: plt.scatter crashes because overwrites the colors to an empty list</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12188/">#12188</a>: matplotlib 3 pyplot on MacOS bounces rocket icon in dock</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12648/">#12648</a>: Regression when calling annotate with nan values for the position</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12362/">#12362</a>: In 3.0.0 backend cannot be set if 'get_backend()' is run first</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12649/">#12649</a>: Over-verbose deprecation warning about examples.directory</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12661/">#12661</a>: In version 3.0.0 make_axes_locatable + colorbar does not produce expected result</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12634/">#12634</a>: axes_grid1 axes have no keyword argument 'bbox_extra_artists'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12654/">#12654</a>: Broken 'Developer Discussions' link</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12657/">#12657</a>: With v3.0.0 mpl_toolkits.axes_grid1.make_axes_locatable().append_axes breaks in Jupyter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12645/">#12645</a>: Markers are offset when 'facecolor' or 'edgecolor' are set to 'none' when plotting data</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12644/">#12644</a>: Memory leak with plt.plot in Jupyter Notebooks?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12632/">#12632</a>: Do we need input hooks macosx?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12535/">#12535</a>: AIX Support - Do not undef _XOPEN_SOURCE</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12626/">#12626</a>: AttributeError: module 'matplotlib' has no attribute 'artist'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11034/">#11034</a>: Doc Typo: matplotlib.axes.Axes.get_yticklabels / Axis.get_ticklabels</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12624/">#12624</a>: make_axes_locatable : Colorbar in the middle instead of bottom while saving a pdf, png.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11094/">#11094</a>: can not use GUI backends inside django request handlers</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12613/">#12613</a>: transiently linked interactivity of unshared pair of axes generated with make_axes_locatable</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12578/">#12578</a>: macOS builds are broken</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12612/">#12612</a>: gui backends do not work inside of flask request handlers</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12611/">#12611</a>: Matplotlib 3.0.0 Likely bug TypeError: stackplot() got multiple values for argument 'x'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12610/">#12610</a>: matplotlibrc causes import to fail 3.0.0 (didn't crash 2.y.z series)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12601/">#12601</a>: Can't import matplotlib</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12597/">#12597</a>: Please soon add Chinese language support!! It's to difficult for new people handle character</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12590/">#12590</a>: Matplotlib pypi distribution lacks packages for Python 2.7</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/3869/">#3869</a>: Numeric labels do not work with plt.hist</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12580/">#12580</a>: Incorrect hist error message with bad color size</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12100/">#12100</a>: document where to get nightly wheels</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/7205/">#7205</a>: Converting docstrings to numpydoc</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12564/">#12564</a>: Saving plot as PNG file prunes tick labels</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12161/">#12161</a>: Problems of using sharex options with lines plots and colormesh with colorbar</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12256/">#12256</a>: tight_layout for plot with non-clipped screen-unit items causes issues on zoom</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12545/">#12545</a>: Program quit unormally without reporting error</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12532/">#12532</a>: Incorrect rendering of math symbols</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12567/">#12567</a>: Calling pyplot.show() with TkAgg backend on x86 machine raises OverflowError.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12571/">#12571</a>: cannot install because Fatal Python error: initfsencoding: Unable to get the locale encoding</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12566/">#12566</a>: Problem installing Version 1.3.1 -> missing pkg-config freetype and libagg</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12556/">#12556</a>: Matplotlib 3.0.0 import hangs in clean environment</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12197/">#12197</a>: Weird behaviour of suptitle() when horizontalalignment is not 'center'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12550/">#12550</a>: colorbar resizes in animation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12155/">#12155</a>: Incorrect placement of Colorbar ticks using LogNorm</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11787/">#11787</a>: Looping gifs with PillowWriter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12533/">#12533</a>: Plotting with alpha=0 with rasterized=True causes ValueError on saving to pdf</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12438/">#12438</a>: Scatter doesn't accept a list of strings as color spec.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12429/">#12429</a>: scatter() does not accept gray strings anymore</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12499/">#12499</a>: run my code failed after i Import pylab failed, python version is 3.6.6</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12458/">#12458</a>: add_lines misses lines for matplotlib.colorbar.ColorbarBase</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12239/">#12239</a>: 3d axes are collapsed by tight_layout</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12414/">#12414</a>: Function to draw angle between two lines</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12488/">#12488</a>: inconsistent colorbar tick labels for LogNorm</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12515/">#12515</a>: pyplot.step broken in 3.0.0?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12355/">#12355</a>: Error for bbox_inches='tight' in savefig with make_axes_locatable</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12505/">#12505</a>: ImageGrid in 3.0</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12502/">#12502</a>: How can I put the ticks of logarithmic coordinate in the axes?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12496/">#12496</a>: Maplotlib Can't Plot a Dataset</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12486/">#12486</a>: rotate lable of legend ?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12291/">#12291</a>: Importing pyplot crashes on macOS due to missing fontlist-v300.json and then Permission denied: '/opt/local/share/fonts'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12480/">#12480</a>: "close_event" for nbagg/notebook backend</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12467/">#12467</a>: Documentation of AnchoredText's prop keyword argument is misleading</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12288/">#12288</a>: New function signatures in pyplot break Cartopy</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12445/">#12445</a>: Error on colorbar</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/8760/">#8760</a>: Traceback from animation.MovieWriter.saving method is confusing because it provides no useful information</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/9205/">#9205</a>: after the animation encoder (e.g. ffmpeg) fails, the animation framework itself fails internally in various ways while trying to report the error</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12357/">#12357</a>: Unclear error when saving Animation using FFMpeg</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12454/">#12454</a>: Formatting numerical legend</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/9636/">#9636</a>: matplotlib crashes upon window resize</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11473/">#11473</a>: Continuous plotting cause memory leak 20-50kb/sec</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12018/">#12018</a>: No image pop-up or display for plt.imshow() and plt.show()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11583/">#11583</a>: How to draw parallelepiped with real size scaling?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12446/">#12446</a>: Polar Contour - float() argument must be a string or a number, not 'AxesParasiteParasiteAuxTrans'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12444/">#12444</a>: Issues with gridspec/tight_layout in matplotlib version 2.2.3</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11154/">#11154</a>: Unexpected behavior for Axes3D.plot_surface(shade=None)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12409/">#12409</a>: Calling savefig() multiple times causes crash of Spyder IDE / IPython Kernel dying.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/9799/">#9799</a>: FigureCanvasTkAgg - "buffer is of wrong type" error during blit</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12439/">#12439</a>: FileNotFoundError for font_manager</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12437/">#12437</a>: matplotlib-mac</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12121/">#12121</a>: Documentation of TextArea's fontprops keyword argument is misleading</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12279/">#12279</a>: Axes.format_cursor_data lacks documentation and seems unused</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12428/">#12428</a>: Simple plot spacing bug: ylabel gets wrongfully removed from plot</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11190/">#11190</a>: Images in the docs are too large.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12271/">#12271</a>: error with errorbar with datetime64</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12405/">#12405</a>: plt.stackplot() does not work with 3.0.0</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12282/">#12282</a>: <code class="docutils literal notranslate"><span class="pre">Axes.imshow</span></code> tooltip does not get updated when another call to <code class="docutils literal notranslate"><span class="pre">Axes.imshow</span></code> is made</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12420/">#12420</a>: How to remove Rectangle Selector from figure?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12391/">#12391</a>: Constrained Layout tutorial needs some cleanup....</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12406/">#12406</a>: Bug with font finding, and here is my fix as well.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/9051/">#9051</a>: ParasiteAxes over plotting</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12325/">#12325</a>: Annotation change from "s" to "text" in 3.0- documentation</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12397/">#12397</a>: plt.show( ) not working (can't get figures to display in external window) when using jupyter QTconsole</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12396/">#12396</a>: Defining arrowprops in draggable annotation disables the pick_event</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12389/">#12389</a>: Setting row edge color of matplotlib table</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12376/">#12376</a>: The output figure file is strange: there is a lot of blank area on the output figure.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11641/">#11641</a>: constrained_layout and colorbar for a subset of axes</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12373/">#12373</a>: Unexpected outcome with matplotlib.pyplot.pcolor()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12370/">#12370</a>: ImageGrid bug when using inline backend</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12364/">#12364</a>: pdf image generated by matplotlib with semi transparent lines missing in Word on Windows.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12352/">#12352</a>: TeX rendering broken on master with windows</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12354/">#12354</a>: Too many levels of symbolic links</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12323/">#12323</a>: indicate_inset_zoom sometimes draws incorrect connector lines</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12341/">#12341</a>: Figures not rendering in docker</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12335/">#12335</a>: Matplotlib plt.Rectangle Incoherent Results</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12265/">#12265</a>: ParasiteAxesAuxTrans pcolor/pcolormesh and contour/contourf broken</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12337/">#12337</a>: AttributeError: module 'matplotlib.pyplot' has no attribute 'hold'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11673/">#11673</a>: Inconsistent font settings when changing style context</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11693/">#11693</a>: The rcParams setting for figure.figsize does not change when run from another notebook</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11725/">#11725</a>: New mode between non-interactive and interactive?</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12134/">#12134</a>: tight_layout flips images when making plots without displaying them</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12310/">#12310</a>: plot fails with datetime64[ns] timezone aware objects (for example datetime64[ns, UTC+00:00] )</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12191/">#12191</a>: "if 1:" blocks in examples</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11288/">#11288</a>: FR: Figure.subplots add optional SubplotSpec parameter</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12298/">#12298</a>: c and cmap for plot</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12286/">#12286</a>: Sample code given in Matplotlib's site does not work.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11955/">#11955</a>: UnicodeDecodeError on importing pyplot in python2</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12208/">#12208</a>: parasite axis2 demo now crashes with log x-axis</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/8871/">#8871</a>: Error when using quantities when plotting errorbars</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/6658/">#6658</a>: literature reference for 'viridis' colormap</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/6789/">#6789</a>: Tutorial pyplot_scales.py crashes when used with plt.tight_layout()</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/6922/">#6922</a>: imshow does not immediately update shared axes</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11879/">#11879</a>: Unable to change filename when saving from figure window</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12225/">#12225</a>: In histogram, bars whose count is larger than 2**31 sometimes become negative</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/1461/">#1461</a>: DOC: keyword arguments to plt.axes, plt.subpot, and fig.add_subplot</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12173/">#12173</a>: Cannot import pyplot</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12217/">#12217</a>: Python will suddenly not plot anymore</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12120/">#12120</a>: Default legend behavior (loc='best') very slow for large amounts of data.</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12176/">#12176</a>: import pyplot on MacOS without font cache will search entire subtree of current dir</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12146/">#12146</a>: fix pdf docs</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12160/">#12160</a>: MacOS: Cannot import name 'format_exc'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12169/">#12169</a>: Cannot install 3.0.0 "python setup.py egg_info" failed (freetype & png)</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12168/">#12168</a>: pip install v3.0.0 'failed with exit status 1181'</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12107/">#12107</a>: warnings re: deprecated pytest API with pytest 3.8</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12162/">#12162</a>: <a class="reference external" href="https://matplotlib.org/users/beginner.html">https://matplotlib.org/users/beginner.html</a> is outdated</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12010/">#12010</a>: Popover over plot is very slow</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/6739/">#6739</a>: Make matplotlib fail more gracefully in headless environments</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/3679/">#3679</a>: Runtime detection for default backend</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11340/">#11340</a>: matplotlib fails to install from source with intel compiler</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/11838/">#11838</a>: docs do not build on py3.7 due to small change in python handling of -m</li>
<li><a class="reference external" href="https://github.com/matplotlib/matplotlib/issues/12115/">#12115</a>: Plot in JS Animation has larger margin than "normal" PNG plot</li>
</ul>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
<br />
Last updated on Nov 11, 2018.
Created using
<a href="http://sphinx-doc.org/">Sphinx</a> 1.8.1.
Doc version v3.0.2-2-g91e2d00a8.
</div>
</body>
<footer>
</footer>
</html>