Commit 4a20bd3
File tree
5 files changed
+46
-10
lines changedFilter options
- doc/users/next_whats_new
- galleries/examples/lines_bars_and_markers
- lib/matplotlib
- axes
- tests
5 files changed
+46
-10
lines changeddoc/users/next_whats_new/broken_barh_align.rst
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
galleries/examples/lines_bars_and_markers/broken_barh.py
Copy file name to clipboardExpand all lines: galleries/examples/lines_bars_and_markers/broken_barh.py+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+19-3Lines changed: 19 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2935 | 2935 |
|
2936 | 2936 |
|
2937 | 2937 |
|
2938 |
| - |
| 2938 | + |
2939 | 2939 |
|
2940 | 2940 |
|
2941 | 2941 |
|
| ||
2948 | 2948 |
|
2949 | 2949 |
|
2950 | 2950 |
|
2951 |
| - |
| 2951 | + |
2952 | 2952 |
|
| 2953 | + |
| 2954 | + |
| 2955 | + |
| 2956 | + |
| 2957 | + |
| 2958 | + |
| 2959 | + |
| 2960 | + |
2953 | 2961 |
|
2954 | 2962 |
|
2955 | 2963 |
|
| ||
2984 | 2992 |
|
2985 | 2993 |
|
2986 | 2994 |
|
2987 |
| - |
| 2995 | + |
| 2996 | + |
| 2997 | + |
| 2998 | + |
| 2999 | + |
| 3000 | + |
| 3001 | + |
| 3002 | + |
| 3003 | + |
2988 | 3004 |
|
2989 | 3005 |
|
2990 | 3006 |
|
|
lib/matplotlib/axes/_axes.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.pyi+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
263 | 263 |
|
264 | 264 |
|
265 | 265 |
|
| 266 | + |
266 | 267 |
|
267 | 268 |
|
268 | 269 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7134 | 7134 |
|
7135 | 7135 |
|
7136 | 7136 |
|
| 7137 | + |
| 7138 | + |
| 7139 | + |
| 7140 | + |
| 7141 | + |
| 7142 | + |
| 7143 | + |
| 7144 | + |
| 7145 | + |
| 7146 | + |
| 7147 | + |
| 7148 | + |
| 7149 | + |
| 7150 | + |
| 7151 | + |
7137 | 7152 |
|
7138 | 7153 |
|
7139 | 7154 |
|
|
0 commit comments