Commit 2785adc
File tree
8 files changed
+50
-13
lines changedFilter options
- examples/animation
- lib
- matplotlib
- tests
- mpl_toolkits/mplot3d
- tests
8 files changed
+50
-13
lines changedexamples/animation/multiple_axes.py
Copy file name to clipboardExpand all lines: examples/animation/multiple_axes.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
53 | 51 |
|
54 | 52 |
|
55 |
| - |
56 |
| - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1274 | 1274 |
|
1275 | 1275 |
|
1276 | 1276 |
|
| 1277 | + |
| 1278 | + |
1277 | 1279 |
|
1278 | 1280 |
|
1279 | 1281 |
|
| ||
1286 | 1288 |
|
1287 | 1289 |
|
1288 | 1290 |
|
| 1291 | + |
| 1292 | + |
1289 | 1293 |
|
1290 | 1294 |
|
1291 | 1295 |
|
|
lib/matplotlib/tests/test_lines.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_lines.py+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
86 | 99 |
|
87 | 100 |
|
88 | 101 |
|
|
lib/matplotlib/tests/test_widgets.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_widgets.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
871 | 871 |
|
872 | 872 |
|
873 | 873 |
|
874 |
| - |
| 874 | + |
875 | 875 |
|
876 | 876 |
|
877 | 877 |
|
| ||
888 | 888 |
|
889 | 889 |
|
890 | 890 |
|
891 |
| - |
| 891 | + |
892 | 892 |
|
893 | 893 |
|
894 | 894 |
|
| ||
901 | 901 |
|
902 | 902 |
|
903 | 903 |
|
904 |
| - |
| 904 | + |
905 | 905 |
|
906 | 906 |
|
907 | 907 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3426 | 3426 |
|
3427 | 3427 |
|
3428 | 3428 |
|
3429 |
| - |
| 3429 | + |
| 3430 | + |
3430 | 3431 |
|
3431 | 3432 |
|
3432 | 3433 |
|
|
lib/mpl_toolkits/mplot3d/art3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/art3d.py+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 |
| - |
| 203 | + |
204 | 204 |
|
205 | 205 |
|
206 | 206 |
|
| ||
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
243 |
| - |
244 |
| - |
245 |
| - |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
246 | 248 |
|
247 | 249 |
|
248 | 250 |
|
|
lib/mpl_toolkits/mplot3d/axis3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axis3d.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
|
lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/tests/test_axes3d.py+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
310 | 310 |
|
311 | 311 |
|
312 | 312 |
|
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
313 | 330 |
|
314 | 331 |
|
315 | 332 |
|
|
0 commit comments