Commit 5a927c1
File tree
Expand file treeCollapse file tree
5 files changed
+23
-22
lines changedFilter options
- examples/scales
- lib/matplotlib
- axes
- tests
Expand file treeCollapse file tree
5 files changed
+23
-22
lines changedexamples/scales/log_demo.py
Copy file name to clipboardExpand all lines: examples/scales/log_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7423 | 7423 |
|
7424 | 7424 |
|
7425 | 7425 |
|
7426 |
| - |
7427 |
| - |
| 7426 | + |
| 7427 | + |
7428 | 7428 |
|
7429 | 7429 |
|
7430 | 7430 |
|
|
+16-15Lines changed: 16 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1310 | 1310 |
|
1311 | 1311 |
|
1312 | 1312 |
|
1313 |
| - |
1314 |
| - |
1315 |
| - |
| 1313 | + |
| 1314 | + |
| 1315 | + |
1316 | 1316 |
|
1317 |
| - |
| 1317 | + |
| 1318 | + |
1318 | 1319 |
|
1319 |
| - |
1320 |
| - |
| 1320 | + |
| 1321 | + |
1321 | 1322 |
|
1322 | 1323 |
|
1323 | 1324 |
|
1324 | 1325 |
|
1325 | 1326 |
|
1326 |
| - |
| 1327 | + |
1327 | 1328 |
|
1328 | 1329 |
|
1329 | 1330 |
|
| ||
1346 | 1347 |
|
1347 | 1348 |
|
1348 | 1349 |
|
1349 |
| - |
1350 |
| - |
1351 |
| - |
| 1350 | + |
| 1351 | + |
| 1352 | + |
1352 | 1353 |
|
1353 |
| - |
1354 |
| - |
| 1354 | + |
| 1355 | + |
1355 | 1356 |
|
1356 |
| - |
1357 |
| - |
| 1357 | + |
| 1358 | + |
1358 | 1359 |
|
1359 | 1360 |
|
1360 | 1361 |
|
1361 | 1362 |
|
1362 | 1363 |
|
1363 |
| - |
| 1364 | + |
1364 | 1365 |
|
1365 | 1366 |
|
1366 | 1367 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1577 | 1577 |
|
1578 | 1578 |
|
1579 | 1579 |
|
1580 |
| - |
| 1580 | + |
1581 | 1581 |
|
1582 | 1582 |
|
1583 | 1583 |
|
|
lib/matplotlib/tests/test_simplification.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_simplification.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 |
| - |
| 46 | + |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
0 commit comments