Commit aeafb64
committed
File tree
Expand file treeCollapse file tree
6 files changed
+98
-48
lines changedFilter options
- lib/matplotlib
- axes
- backends
- tests
Expand file treeCollapse file tree
6 files changed
+98
-48
lines changedlib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+55-44Lines changed: 55 additions & 44 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2331 | 2331 |
|
2332 | 2332 |
|
2333 | 2333 |
|
2334 |
| - |
| 2334 | + |
2335 | 2335 |
|
2336 | 2336 |
|
2337 | 2337 |
|
2338 |
| - |
| 2338 | + |
2339 | 2339 |
|
2340 | 2340 |
|
2341 | 2341 |
|
| ||
3016 | 3016 |
|
3017 | 3017 |
|
3018 | 3018 |
|
3019 |
| - |
| 3019 | + |
3020 | 3020 |
|
3021 | 3021 |
|
3022 | 3022 |
|
| ||
5875 | 5875 |
|
5876 | 5876 |
|
5877 | 5877 |
|
| 5878 | + |
| 5879 | + |
| 5880 | + |
| 5881 | + |
| 5882 | + |
| 5883 | + |
| 5884 | + |
| 5885 | + |
| 5886 | + |
| 5887 | + |
| 5888 | + |
| 5889 | + |
| 5890 | + |
| 5891 | + |
| 5892 | + |
| 5893 | + |
| 5894 | + |
| 5895 | + |
| 5896 | + |
| 5897 | + |
| 5898 | + |
| 5899 | + |
| 5900 | + |
| 5901 | + |
| 5902 | + |
| 5903 | + |
| 5904 | + |
| 5905 | + |
| 5906 | + |
| 5907 | + |
| 5908 | + |
| 5909 | + |
| 5910 | + |
| 5911 | + |
| 5912 | + |
5878 | 5913 |
|
5879 | 5914 |
|
5880 | 5915 |
|
| ||
5918 | 5953 |
|
5919 | 5954 |
|
5920 | 5955 |
|
5921 |
| - |
5922 | 5956 |
|
5923 | 5957 |
|
5924 |
| - |
5925 |
| - |
5926 |
| - |
5927 |
| - |
5928 |
| - |
5929 |
| - |
5930 |
| - |
5931 |
| - |
5932 |
| - |
5933 |
| - |
5934 |
| - |
5935 |
| - |
5936 |
| - |
5937 | 5958 |
|
5938 |
| - |
5939 |
| - |
5940 |
| - |
| 5959 | + |
5941 | 5960 |
|
5942 | 5961 |
|
| 5962 | + |
| 5963 | + |
| 5964 | + |
| 5965 | + |
| 5966 | + |
| 5967 | + |
| 5968 | + |
| 5969 | + |
| 5970 | + |
| 5971 | + |
| 5972 | + |
| 5973 | + |
| 5974 | + |
| 5975 | + |
5943 | 5976 |
|
5944 |
| - |
| 5977 | + |
5945 | 5978 |
|
5946 | 5979 |
|
5947 | 5980 |
|
5948 | 5981 |
|
5949 | 5982 |
|
5950 | 5983 |
|
5951 |
| - |
5952 |
| - |
5953 |
| - |
5954 |
| - |
5955 |
| - |
5956 |
| - |
5957 |
| - |
5958 |
| - |
5959 |
| - |
5960 |
| - |
5961 |
| - |
5962 |
| - |
5963 |
| - |
5964 |
| - |
5965 |
| - |
5966 |
| - |
5967 |
| - |
5968 |
| - |
5969 |
| - |
5970 |
| - |
5971 |
| - |
5972 |
| - |
5973 | 5984 |
|
5974 | 5985 |
|
5975 | 5986 |
|
| ||
5985 | 5996 |
|
5986 | 5997 |
|
5987 | 5998 |
|
5988 |
| - |
| 5999 | + |
5989 | 6000 |
|
5990 | 6001 |
|
5991 | 6002 |
|
|
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 |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
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 |
---|---|---|
| ||
1846 | 1846 |
|
1847 | 1847 |
|
1848 | 1848 |
|
1849 |
| - |
| 1849 | + |
1850 | 1850 |
|
1851 | 1851 |
|
1852 | 1852 |
|
|
+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
2536 | 2537 |
|
2537 | 2538 |
|
2538 | 2539 |
|
| 2540 | + |
| 2541 | + |
| 2542 | + |
| 2543 | + |
| 2544 | + |
| 2545 | + |
| 2546 | + |
2539 | 2547 |
|
2540 | 2548 |
|
2541 | 2549 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1561 | 1561 |
|
1562 | 1562 |
|
1563 | 1563 |
|
1564 |
| - |
1565 |
| - |
| 1564 | + |
| 1565 | + |
1566 | 1566 |
|
1567 | 1567 |
|
1568 | 1568 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+31Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
4183 | 4184 |
|
4184 | 4185 |
|
4185 | 4186 |
|
| 4187 | + |
| 4188 | + |
| 4189 | + |
| 4190 | + |
| 4191 | + |
| 4192 | + |
| 4193 | + |
| 4194 | + |
| 4195 | + |
| 4196 | + |
| 4197 | + |
| 4198 | + |
| 4199 | + |
| 4200 | + |
| 4201 | + |
| 4202 | + |
| 4203 | + |
| 4204 | + |
| 4205 | + |
| 4206 | + |
| 4207 | + |
| 4208 | + |
| 4209 | + |
| 4210 | + |
| 4211 | + |
| 4212 | + |
| 4213 | + |
| 4214 | + |
| 4215 | + |
| 4216 | + |
4186 | 4217 |
|
4187 | 4218 |
|
4188 | 4219 |
|
|
0 commit comments