Commit f13cc98
File tree
Expand file treeCollapse file tree
9 files changed
+49
-17
lines changedFilter options
- doc/api
- next_api_changes/deprecations
- examples/misc
- lib
- matplotlib
- axes
- projections
- mpl_toolkits/mplot3d
Expand file treeCollapse file tree
9 files changed
+49
-17
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
doc/api/next_api_changes/deprecations/18710-TH.rst
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
examples/misc/custom_projection.py
Copy file name to clipboardExpand all lines: examples/misc/custom_projection.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1100 | 1100 |
|
1101 | 1101 |
|
1102 | 1102 |
|
1103 |
| - |
1104 |
| - |
| 1103 | + |
| 1104 | + |
1105 | 1105 |
|
1106 | 1106 |
|
1107 |
| - |
| 1107 | + |
1108 | 1108 |
|
1109 | 1109 |
|
1110 | 1110 |
|
|
+19-3Lines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
705 | 705 |
|
706 | 706 |
|
707 | 707 |
|
708 |
| - |
| 708 | + |
709 | 709 |
|
710 | 710 |
|
711 | 711 |
|
| ||
768 | 768 |
|
769 | 769 |
|
770 | 770 |
|
771 |
| - |
772 |
| - |
| 771 | + |
| 772 | + |
| 773 | + |
| 774 | + |
| 775 | + |
| 776 | + |
| 777 | + |
| 778 | + |
| 779 | + |
| 780 | + |
| 781 | + |
| 782 | + |
| 783 | + |
773 | 784 |
|
774 | 785 |
|
775 | 786 |
|
| ||
793 | 804 |
|
794 | 805 |
|
795 | 806 |
|
| 807 | + |
| 808 | + |
| 809 | + |
| 810 | + |
| 811 | + |
796 | 812 |
|
797 | 813 |
|
798 | 814 |
|
|
lib/matplotlib/projections/geo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/geo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
lib/matplotlib/projections/polar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py+13-5Lines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
378 | 378 |
|
379 | 379 |
|
380 | 380 |
|
381 |
| - |
382 |
| - |
| 381 | + |
| 382 | + |
383 | 383 |
|
384 | 384 |
|
385 | 385 |
|
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
386 | 390 |
|
387 | 391 |
|
388 | 392 |
|
| ||
680 | 684 |
|
681 | 685 |
|
682 | 686 |
|
683 |
| - |
684 |
| - |
| 687 | + |
| 688 | + |
685 | 689 |
|
686 | 690 |
|
687 | 691 |
|
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
688 | 696 |
|
689 | 697 |
|
690 | 698 |
|
| ||
810 | 818 |
|
811 | 819 |
|
812 | 820 |
|
813 |
| - |
| 821 | + |
814 | 822 |
|
815 | 823 |
|
816 | 824 |
|
|
+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
231 |
| - |
| 231 | + |
232 | 232 |
|
233 | 233 |
|
234 |
| - |
| 234 | + |
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
238 |
| - |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
239 | 243 |
|
240 | 244 |
|
241 | 245 |
|
|
lib/mpl_toolkits/mplot3d/axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1079 | 1079 |
|
1080 | 1080 |
|
1081 | 1081 |
|
1082 |
| - |
| 1082 | + |
1083 | 1083 |
|
1084 | 1084 |
|
1085 | 1085 |
|
|
0 commit comments