Commit 2b34931
File tree
Expand file treeCollapse file tree
5 files changed
+11
-13
lines changedFilter options
- doc/api/next_api_changes
- examples/lines_bars_and_markers
- lib/matplotlib
- axes
- tests
Expand file treeCollapse file tree
5 files changed
+11
-13
lines changeddoc/api/next_api_changes/2018-02-15-AL-deprecations.rst
Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-02-15-AL-deprecations.rst+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
examples/lines_bars_and_markers/scatter_custom_symbol.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_custom_symbol.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
examples/lines_bars_and_markers/scatter_star_poly.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_star_poly.py+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
| 29 | + |
32 | 30 |
|
33 | 31 |
|
34 | 32 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+5-8Lines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3818 | 3818 |
|
3819 | 3819 |
|
3820 | 3820 |
|
3821 |
| - |
3822 |
| - |
3823 |
| - |
3824 |
| - |
3825 |
| - |
3826 | 3821 |
|
3827 | 3822 |
|
3828 | 3823 |
|
| ||
3960 | 3955 |
|
3961 | 3956 |
|
3962 | 3957 |
|
3963 |
| - |
3964 |
| - |
3965 |
| - |
| 3958 | + |
| 3959 | + |
| 3960 | + |
| 3961 | + |
| 3962 | + |
3966 | 3963 |
|
3967 | 3964 |
|
3968 | 3965 |
|
|
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 |
---|---|---|
| ||
1743 | 1743 |
|
1744 | 1744 |
|
1745 | 1745 |
|
1746 |
| - |
| 1746 | + |
1747 | 1747 |
|
1748 | 1748 |
|
1749 | 1749 |
|
|
0 commit comments