Commit 13958b7
File tree
Expand file treeCollapse file tree
4 files changed
+61
-30
lines changedFilter options
- doc/api/next_api_changes
- lib/matplotlib
- backends
- cbook
Expand file treeCollapse file tree
4 files changed
+61
-30
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
doc/api/next_api_changes/2018-08-17-AL-deprecations.rst
Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-08-17-AL-deprecations.rst+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
7 | 10 |
|
8 | 11 |
|
9 | 12 |
|
|
lib/matplotlib/backends/backend_gtk3.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk3.py+53-28Lines changed: 53 additions & 28 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
2 | 3 |
|
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
| ||
521 | 523 |
|
522 | 524 |
|
523 | 525 |
|
| 526 | + |
524 | 527 |
|
525 | 528 |
|
526 | 529 |
|
| ||
532 | 535 |
|
533 | 536 |
|
534 | 537 |
|
535 |
| - |
536 |
| - |
537 |
| - |
538 |
| - |
539 |
| - |
540 |
| - |
541 |
| - |
542 |
| - |
543 |
| - |
544 |
| - |
545 |
| - |
546 |
| - |
| 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 | + |
547 | 580 |
|
548 | 581 |
|
549 | 582 |
|
550 | 583 |
|
551 | 584 |
|
552 |
| - |
| 585 | + |
553 | 586 |
|
554 | 587 |
|
555 | 588 |
|
| ||
582 | 615 |
|
583 | 616 |
|
584 | 617 |
|
| 618 | + |
585 | 619 |
|
586 | 620 |
|
587 | 621 |
|
| ||
777 | 811 |
|
778 | 812 |
|
779 | 813 |
|
| 814 | + |
780 | 815 |
|
781 | 816 |
|
782 | 817 |
|
| ||
788 | 823 |
|
789 | 824 |
|
790 | 825 |
|
791 |
| - |
792 |
| - |
793 |
| - |
794 |
| - |
795 |
| - |
796 |
| - |
797 |
| - |
798 |
| - |
799 |
| - |
800 |
| - |
801 |
| - |
802 |
| - |
803 |
| - |
804 |
| - |
805 |
| - |
| 826 | + |
| 827 | + |
| 828 | + |
| 829 | + |
| 830 | + |
806 | 831 |
|
807 | 832 |
|
808 | 833 |
|
|
lib/matplotlib/cbook/deprecation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/deprecation.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
194 |
| - |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
195 | 198 |
|
196 | 199 |
|
197 | 200 |
|
|
0 commit comments