Commit 5e04ca4
File tree
Expand file treeCollapse file tree
13 files changed
+170
-55
lines changedFilter options
- examples/axes_grid
- lib
- matplotlib
- axes
- backends
- tests
- mpl_toolkits
- axes_grid1
- tests
- baseline_images/test_axes_grid1
- src
Expand file treeCollapse file tree
13 files changed
+170
-55
lines changedexamples/axes_grid/simple_axisline4.py
Copy file name to clipboardExpand all lines: examples/axes_grid/simple_axisline4.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
lib/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 |
---|---|---|
| ||
2338 | 2338 |
|
2339 | 2339 |
|
2340 | 2340 |
|
2341 |
| - |
| 2341 | + |
2342 | 2342 |
|
2343 | 2343 |
|
2344 | 2344 |
|
2345 |
| - |
| 2345 | + |
2346 | 2346 |
|
2347 | 2347 |
|
2348 | 2348 |
|
| ||
3024 | 3024 |
|
3025 | 3025 |
|
3026 | 3026 |
|
3027 |
| - |
| 3027 | + |
3028 | 3028 |
|
3029 | 3029 |
|
3030 | 3030 |
|
| ||
5904 | 5904 |
|
5905 | 5905 |
|
5906 | 5906 |
|
| 5907 | + |
| 5908 | + |
| 5909 | + |
| 5910 | + |
| 5911 | + |
| 5912 | + |
| 5913 | + |
| 5914 | + |
| 5915 | + |
| 5916 | + |
| 5917 | + |
| 5918 | + |
| 5919 | + |
| 5920 | + |
| 5921 | + |
| 5922 | + |
| 5923 | + |
| 5924 | + |
| 5925 | + |
| 5926 | + |
| 5927 | + |
| 5928 | + |
| 5929 | + |
| 5930 | + |
| 5931 | + |
| 5932 | + |
| 5933 | + |
| 5934 | + |
| 5935 | + |
| 5936 | + |
| 5937 | + |
| 5938 | + |
| 5939 | + |
| 5940 | + |
| 5941 | + |
5907 | 5942 |
|
5908 | 5943 |
|
5909 | 5944 |
|
| ||
5950 | 5985 |
|
5951 | 5986 |
|
5952 | 5987 |
|
5953 |
| - |
5954 | 5988 |
|
5955 | 5989 |
|
5956 |
| - |
5957 |
| - |
5958 |
| - |
5959 |
| - |
5960 |
| - |
5961 |
| - |
5962 |
| - |
5963 |
| - |
5964 |
| - |
5965 |
| - |
5966 |
| - |
5967 |
| - |
5968 |
| - |
5969 | 5990 |
|
5970 |
| - |
5971 |
| - |
5972 |
| - |
| 5991 | + |
5973 | 5992 |
|
5974 | 5993 |
|
| 5994 | + |
| 5995 | + |
| 5996 | + |
| 5997 | + |
| 5998 | + |
| 5999 | + |
| 6000 | + |
| 6001 | + |
| 6002 | + |
| 6003 | + |
| 6004 | + |
| 6005 | + |
| 6006 | + |
| 6007 | + |
5975 | 6008 |
|
5976 |
| - |
| 6009 | + |
5977 | 6010 |
|
5978 | 6011 |
|
5979 | 6012 |
|
5980 | 6013 |
|
5981 | 6014 |
|
5982 | 6015 |
|
5983 |
| - |
5984 |
| - |
5985 |
| - |
5986 |
| - |
5987 |
| - |
5988 |
| - |
5989 |
| - |
5990 |
| - |
5991 |
| - |
5992 |
| - |
5993 |
| - |
5994 |
| - |
5995 |
| - |
5996 |
| - |
5997 |
| - |
5998 |
| - |
5999 |
| - |
6000 |
| - |
6001 |
| - |
6002 |
| - |
6003 |
| - |
6004 |
| - |
6005 | 6016 |
|
6006 | 6017 |
|
6007 | 6018 |
|
| ||
6017 | 6028 |
|
6018 | 6029 |
|
6019 | 6030 |
|
6020 |
| - |
| 6031 | + |
6021 | 6032 |
|
6022 | 6033 |
|
6023 | 6034 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| ||
1108 | 1109 |
|
1109 | 1110 |
|
1110 | 1111 |
|
1111 |
| - |
| 1112 | + |
1112 | 1113 |
|
1113 | 1114 |
|
1114 | 1115 |
|
|
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 |
---|---|---|
| ||
1843 | 1843 |
|
1844 | 1844 |
|
1845 | 1845 |
|
1846 |
| - |
| 1846 | + |
1847 | 1847 |
|
1848 | 1848 |
|
1849 | 1849 |
|
|
+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 |
|
| ||
2420 | 2421 |
|
2421 | 2422 |
|
2422 | 2423 |
|
| 2424 | + |
| 2425 | + |
| 2426 | + |
| 2427 | + |
| 2428 | + |
| 2429 | + |
| 2430 | + |
2423 | 2431 |
|
2424 | 2432 |
|
2425 | 2433 |
|
|
+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 |
|
| ||
4292 | 4293 |
|
4293 | 4294 |
|
4294 | 4295 |
|
| 4296 | + |
| 4297 | + |
| 4298 | + |
| 4299 | + |
| 4300 | + |
| 4301 | + |
| 4302 | + |
| 4303 | + |
| 4304 | + |
| 4305 | + |
| 4306 | + |
| 4307 | + |
| 4308 | + |
| 4309 | + |
| 4310 | + |
| 4311 | + |
| 4312 | + |
| 4313 | + |
| 4314 | + |
| 4315 | + |
| 4316 | + |
| 4317 | + |
| 4318 | + |
| 4319 | + |
| 4320 | + |
| 4321 | + |
| 4322 | + |
| 4323 | + |
| 4324 | + |
| 4325 | + |
4295 | 4326 |
|
4296 | 4327 |
|
4297 | 4328 |
|
|
lib/matplotlib/tests/test_backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_svg.py+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
13 | 18 |
|
14 | 19 |
|
15 | 20 |
|
| ||
173 | 178 |
|
174 | 179 |
|
175 | 180 |
|
| 181 | + |
176 | 182 |
|
177 | 183 |
|
178 | 184 |
|
|
lib/mpl_toolkits/axes_grid1/anchored_artists.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/anchored_artists.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
338 |
| - |
| 338 | + |
339 | 339 |
|
340 | 340 |
|
341 | 341 |
|
|
lib/mpl_toolkits/axes_grid1/inset_locator.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/inset_locator.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
312 | 312 |
|
313 | 313 |
|
314 | 314 |
|
315 |
| - |
| 315 | + |
316 | 316 |
|
317 | 317 |
|
318 | 318 |
|
| ||
582 | 582 |
|
583 | 583 |
|
584 | 584 |
|
585 |
| - |
| 585 | + |
586 | 586 |
|
587 | 587 |
|
588 | 588 |
|
|
lib/mpl_toolkits/tests/baseline_images/test_axes_grid1/inset_locator.png
Copy file name to clipboard10.1 KB
Loading
lib/mpl_toolkits/tests/test_axes_grid1.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/tests/test_axes_grid1.py+56-1Lines changed: 56 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
10 | 16 |
|
11 | 17 |
|
12 | 18 |
|
| ||
101 | 107 |
|
102 | 108 |
|
103 | 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 | + |
104 | 159 |
|
105 | 160 |
|
106 | 161 |
|
0 commit comments