Commit e7f6874
committed
Expand file treeCollapse file tree
6 files changed
+25
-21
lines changedlib/matplotlib/axes/__init__.py
Copy file name to clipboard-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+1-10Lines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 | 37 |
|
47 | 38 |
|
48 | 39 |
|
|
+20-8Lines changed: 20 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
49 |
| - |
50 |
| - |
| 48 | + |
| 49 | + |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
464 | 464 |
|
465 | 465 |
|
466 | 466 |
|
467 |
| - |
468 |
| - |
469 |
| - |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
470 | 472 |
|
471 | 473 |
|
472 | 474 |
|
| ||
750 | 752 |
|
751 | 753 |
|
752 | 754 |
|
| 755 | + |
| 756 | + |
| 757 | + |
| 758 | + |
| 759 | + |
| 760 | + |
| 761 | + |
| 762 | + |
| 763 | + |
| 764 | + |
753 | 765 |
|
754 | 766 |
|
755 | 767 |
|
| ||
1724 | 1736 |
|
1725 | 1737 |
|
1726 | 1738 |
|
1727 |
| - |
1728 |
| - |
| 1739 | + |
| 1740 | + |
1729 | 1741 |
|
1730 | 1742 |
|
1731 | 1743 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 |
| - |
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
|
lib/mpl_toolkits/mplot3d/axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1253 | 1253 |
|
1254 | 1254 |
|
1255 | 1255 |
|
1256 |
| - |
| 1256 | + |
1257 | 1257 |
|
1258 | 1258 |
|
1259 | 1259 |
|
|
0 commit comments