Commit c511595
File tree
Expand file treeCollapse file tree
7 files changed
+45
-12
lines changedFilter options
- doc/api/next_api_changes
- lib/matplotlib
- axes
- cbook
- tests
Expand file treeCollapse file tree
7 files changed
+45
-12
lines changeddoc/api/next_api_changes/2018-02-26-AL-removals.rst
Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-02-26-AL-removals.rst+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
1 | 8 |
|
2 | 9 |
|
3 | 10 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 |
| - |
| 151 | + |
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
| ||
1028 | 1028 |
|
1029 | 1029 |
|
1030 | 1030 |
|
1031 |
| - |
| 1031 | + |
1032 | 1032 |
|
1033 |
| - |
| 1033 | + |
1034 | 1034 |
|
1035 | 1035 |
|
1036 | 1036 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+9-4Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
932 | 932 |
|
933 | 933 |
|
934 | 934 |
|
935 |
| - |
| 935 | + |
936 | 936 |
|
937 | 937 |
|
938 | 938 |
|
| ||
1047 | 1047 |
|
1048 | 1048 |
|
1049 | 1049 |
|
1050 |
| - |
| 1050 | + |
1051 | 1051 |
|
1052 | 1052 |
|
1053 | 1053 |
|
| ||
1114 | 1114 |
|
1115 | 1115 |
|
1116 | 1116 |
|
| 1117 | + |
| 1118 | + |
| 1119 | + |
| 1120 | + |
| 1121 | + |
1117 | 1122 |
|
1118 | 1123 |
|
1119 | 1124 |
|
|
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 |
---|---|---|
| ||
2705 | 2705 |
|
2706 | 2706 |
|
2707 | 2707 |
|
2708 |
| - |
| 2708 | + |
2709 | 2709 |
|
2710 | 2710 |
|
2711 | 2711 |
|
|
lib/matplotlib/backend_tools.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_tools.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
337 | 337 |
|
338 | 338 |
|
339 | 339 |
|
340 |
| - |
| 340 | + |
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
|
lib/matplotlib/cbook/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/__init__.py+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2047 | 2047 |
|
2048 | 2048 |
|
2049 | 2049 |
|
| 2050 | + |
| 2051 | + |
| 2052 | + |
| 2053 | + |
| 2054 | + |
| 2055 | + |
| 2056 | + |
| 2057 | + |
| 2058 | + |
| 2059 | + |
| 2060 | + |
| 2061 | + |
| 2062 | + |
| 2063 | + |
| 2064 | + |
| 2065 | + |
| 2066 | + |
| 2067 | + |
| 2068 | + |
| 2069 | + |
| 2070 | + |
lib/matplotlib/tests/test_artist.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_artist.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
189 |
| - |
| 188 | + |
| 189 | + |
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
199 |
| - |
| 199 | + |
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
|
0 commit comments