Commit 410c51d
File tree
Expand file treeCollapse file tree
30 files changed
+81
-82
lines changedFilter options
- lib
- matplotlib
- _api
- axes
- backends
- cbook
- projections
- tests
- mpl_toolkits
- axes_grid1
- mplot3d
Expand file treeCollapse file tree
30 files changed
+81
-82
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1194 | 1194 |
|
1195 | 1195 |
|
1196 | 1196 |
|
1197 |
| - |
| 1197 | + |
1198 | 1198 |
|
1199 | 1199 |
|
1200 | 1200 |
|
|
lib/matplotlib/_api/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_api/__init__.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
lib/matplotlib/_api/deprecation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_api/deprecation.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
350 | 350 |
|
351 | 351 |
|
352 | 352 |
|
353 |
| - |
| 353 | + |
354 | 354 |
|
355 | 355 |
|
356 | 356 |
|
| ||
371 | 371 |
|
372 | 372 |
|
373 | 373 |
|
374 |
| - |
| 374 | + |
375 | 375 |
|
376 | 376 |
|
377 | 377 |
|
378 | 378 |
|
379 |
| - |
| 379 | + |
380 | 380 |
|
381 | 381 |
|
382 | 382 |
|
|
lib/matplotlib/_mathtext.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_mathtext.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1551 | 1551 |
|
1552 | 1552 |
|
1553 | 1553 |
|
1554 |
| - |
| 1554 | + |
1555 | 1555 |
|
1556 | 1556 |
|
1557 | 1557 |
|
|
lib/matplotlib/animation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
410 |
| - |
| 410 | + |
411 | 411 |
|
412 | 412 |
|
413 | 413 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| ||
926 | 926 |
|
927 | 927 |
|
928 | 928 |
|
929 |
| - |
930 |
| - |
| 929 | + |
| 930 | + |
931 | 931 |
|
932 | 932 |
|
933 | 933 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2743 | 2743 |
|
2744 | 2744 |
|
2745 | 2745 |
|
2746 |
| - |
| 2746 | + |
2747 | 2747 |
|
2748 | 2748 |
|
2749 | 2749 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
535 | 535 |
|
536 | 536 |
|
537 | 537 |
|
538 |
| - |
| 538 | + |
539 | 539 |
|
540 | 540 |
|
541 | 541 |
|
|
lib/matplotlib/backend_managers.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_managers.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
| 3 | + |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| ||
183 | 182 |
|
184 | 183 |
|
185 | 184 |
|
186 |
| - |
| 185 | + |
187 | 186 |
|
188 | 187 |
|
189 | 188 |
|
|
lib/matplotlib/backends/_backend_tk.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/_backend_tk.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 |
| - |
| 162 | + |
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
|
lib/matplotlib/backends/backend_agg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
522 | 522 |
|
523 | 523 |
|
524 | 524 |
|
525 |
| - |
526 |
| - |
527 |
| - |
528 |
| - |
529 |
| - |
530 |
| - |
| 525 | + |
| 526 | + |
| 527 | + |
| 528 | + |
| 529 | + |
| 530 | + |
531 | 531 |
|
532 | 532 |
|
533 | 533 |
|
|
lib/matplotlib/backends/backend_pdf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pdf.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2155 | 2155 |
|
2156 | 2156 |
|
2157 | 2157 |
|
2158 |
| - |
| 2158 | + |
2159 | 2159 |
|
2160 | 2160 |
|
2161 | 2161 |
|
|
lib/matplotlib/backends/backend_pgf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pgf.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
380 | 380 |
|
381 | 381 |
|
382 | 382 |
|
383 |
| - |
| 383 | + |
384 | 384 |
|
385 | 385 |
|
386 | 386 |
|
|
lib/matplotlib/backends/backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
554 | 554 |
|
555 | 555 |
|
556 | 556 |
|
557 |
| - |
| 557 | + |
558 | 558 |
|
559 | 559 |
|
560 | 560 |
|
|
lib/matplotlib/backends/backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1238 | 1238 |
|
1239 | 1239 |
|
1240 | 1240 |
|
1241 |
| - |
| 1241 | + |
1242 | 1242 |
|
1243 | 1243 |
|
1244 | 1244 |
|
|
lib/matplotlib/backends/backend_wx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
599 | 599 |
|
600 | 600 |
|
601 | 601 |
|
602 |
| - |
| 602 | + |
603 | 603 |
|
604 | 604 |
|
605 | 605 |
|
|
lib/matplotlib/cbook/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/__init__.py+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
| ||
1704 | 1703 |
|
1705 | 1704 |
|
1706 | 1705 |
|
1707 |
| - |
1708 |
| - |
1709 |
| - |
| 1706 | + |
| 1707 | + |
| 1708 | + |
1710 | 1709 |
|
1711 | 1710 |
|
1712 | 1711 |
|
|
lib/matplotlib/collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
723 | 723 |
|
724 | 724 |
|
725 | 725 |
|
726 |
| - |
| 726 | + |
727 | 727 |
|
728 | 728 |
|
729 | 729 |
|
|
lib/matplotlib/offsetbox.py
Copy file name to clipboardExpand all lines: lib/matplotlib/offsetbox.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
706 | 706 |
|
707 | 707 |
|
708 | 708 |
|
709 |
| - |
| 709 | + |
710 | 710 |
|
711 | 711 |
|
712 | 712 |
|
| ||
1480 | 1480 |
|
1481 | 1481 |
|
1482 | 1482 |
|
1483 |
| - |
| 1483 | + |
1484 | 1484 |
|
1485 | 1485 |
|
1486 | 1486 |
|
|
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
638 | 638 |
|
639 | 639 |
|
640 | 640 |
|
641 |
| - |
| 641 | + |
642 | 642 |
|
643 | 643 |
|
644 | 644 |
|
| ||
2014 | 2014 |
|
2015 | 2015 |
|
2016 | 2016 |
|
2017 |
| - |
| 2017 | + |
2018 | 2018 |
|
2019 | 2019 |
|
2020 | 2020 |
|
| ||
3602 | 3602 |
|
3603 | 3603 |
|
3604 | 3604 |
|
3605 |
| - |
| 3605 | + |
3606 | 3606 |
|
3607 | 3607 |
|
3608 | 3608 |
|
| ||
3893 | 3893 |
|
3894 | 3894 |
|
3895 | 3895 |
|
3896 |
| - |
| 3896 | + |
3897 | 3897 |
|
3898 | 3898 |
|
3899 | 3899 |
|
| ||
4240 | 4240 |
|
4241 | 4241 |
|
4242 | 4242 |
|
4243 |
| - |
| 4243 | + |
4244 | 4244 |
|
4245 | 4245 |
|
4246 | 4246 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| ||
461 | 461 |
|
462 | 462 |
|
463 | 463 |
|
464 |
| - |
| 464 | + |
465 | 465 |
|
466 | 466 |
|
467 | 467 |
|
|
lib/matplotlib/projections/polar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
945 | 945 |
|
946 | 946 |
|
947 | 947 |
|
948 |
| - |
949 |
| - |
| 948 | + |
| 949 | + |
950 | 950 |
|
951 | 951 |
|
952 | 952 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
lib/matplotlib/tests/test_api.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_api.py+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
37 | 59 |
|
38 | 60 |
|
39 | 61 |
|
|
0 commit comments