Commit f2e0479
authored
File tree
Expand file treeCollapse file tree
5 files changed
+31
-18
lines changedFilter options
- doc/api/next_api_changes
- examples
- mplot3d
- pyplots
- lib
- matplotlib/cbook
- mpl_toolkits/mplot3d
Expand file treeCollapse file tree
5 files changed
+31
-18
lines changeddoc/api/next_api_changes/2018-10-04-AL-deprecations.rst
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
examples/mplot3d/surface3d_3.py
Copy file name to clipboardExpand all lines: examples/mplot3d/surface3d_3.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
examples/pyplots/whats_new_1_subplot3d.py
Copy file name to clipboardExpand all lines: examples/pyplots/whats_new_1_subplot3d.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
| 26 | + |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
lib/matplotlib/cbook/deprecation.py
Copy file name to clipboardExpand all lines: lib/matplotlib/cbook/deprecation.py+8-10Lines changed: 8 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
| 27 | + |
| 28 | + |
33 | 29 |
|
34 | 30 |
|
35 |
| - |
36 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 | 49 |
|
51 | 50 |
|
52 |
| - |
53 | 51 |
|
54 | 52 |
|
55 | 53 |
|
|
lib/mpl_toolkits/mplot3d/axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py+15-5Lines changed: 15 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 | 208 |
|
214 | 209 |
|
215 | 210 |
|
216 | 211 |
|
217 | 212 |
|
218 | 213 |
|
219 | 214 |
|
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
220 | 230 |
|
221 | 231 |
|
222 | 232 |
|
|
0 commit comments