Commit d06a3df
File tree
Expand file treeCollapse file tree
11 files changed
+92
-30
lines changedFilter options
- doc/users/next_whats_new
- examples/text_labels_and_annotations
- lib/matplotlib
- axes
- mpl-data/stylelib
- tests
Expand file treeCollapse file tree
11 files changed
+92
-30
lines changeddoc/users/next_whats_new/2020-04-14-title-yparam.rst
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
examples/text_labels_and_annotations/titles_demo.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/titles_demo.py+45-4Lines changed: 45 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
| 118 | + |
118 | 119 |
|
119 | 120 |
|
120 | 121 |
|
| ||
140 | 141 |
|
141 | 142 |
|
142 | 143 |
|
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
143 | 149 |
|
144 | 150 |
|
145 | 151 |
|
| ||
157 | 163 |
|
158 | 164 |
|
159 | 165 |
|
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
160 | 174 |
|
161 | 175 |
|
162 | 176 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+10-15Lines changed: 10 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1122 | 1122 |
|
1123 | 1123 |
|
1124 | 1124 |
|
| 1125 | + |
| 1126 | + |
| 1127 | + |
| 1128 | + |
| 1129 | + |
| 1130 | + |
| 1131 | + |
1125 | 1132 |
|
1126 |
| - |
| 1133 | + |
1127 | 1134 |
|
1128 | 1135 |
|
1129 | 1136 |
|
1130 | 1137 |
|
1131 | 1138 |
|
1132 |
| - |
| 1139 | + |
1133 | 1140 |
|
1134 | 1141 |
|
1135 | 1142 |
|
1136 | 1143 |
|
1137 |
| - |
| 1144 | + |
1138 | 1145 |
|
1139 | 1146 |
|
1140 | 1147 |
|
| ||
1143 | 1150 |
|
1144 | 1151 |
|
1145 | 1152 |
|
1146 |
| - |
1147 |
| - |
1148 | 1153 |
|
1149 | 1154 |
|
1150 | 1155 |
|
| ||
2622 | 2627 |
|
2623 | 2628 |
|
2624 | 2629 |
|
2625 |
| - |
2626 |
| - |
2627 |
| - |
2628 |
| - |
2629 |
| - |
2630 |
| - |
2631 |
| - |
2632 |
| - |
2633 |
| - |
2634 |
| - |
2635 | 2630 |
|
2636 | 2631 |
|
2637 | 2632 |
|
|
lib/matplotlib/mpl-data/stylelib/classic.mplstyle
Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/stylelib/classic.mplstyle+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
158 |
| - |
| 158 | + |
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
| ||
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
| 178 | + |
178 | 179 |
|
179 | 180 |
|
180 | 181 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2931 | 2931 |
|
2932 | 2932 |
|
2933 | 2933 |
|
2934 |
| - |
| 2934 | + |
2935 | 2935 |
|
2936 |
| - |
| 2936 | + |
2937 | 2937 |
|
2938 | 2938 |
|
2939 | 2939 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1219 | 1219 |
|
1220 | 1220 |
|
1221 | 1221 |
|
1222 |
| - |
| 1222 | + |
| 1223 | + |
1223 | 1224 |
|
1224 | 1225 |
|
1225 | 1226 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5522 | 5522 |
|
5523 | 5523 |
|
5524 | 5524 |
|
| 5525 | + |
5525 | 5526 |
|
5526 | 5527 |
|
5527 | 5528 |
|
| ||
5531 | 5532 |
|
5532 | 5533 |
|
5533 | 5534 |
|
| 5535 | + |
5534 | 5536 |
|
5535 | 5537 |
|
5536 | 5538 |
|
|
lib/matplotlib/tests/test_text.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_text.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
618 | 618 |
|
619 | 619 |
|
620 | 620 |
|
| 621 | + |
621 | 622 |
|
622 | 623 |
|
623 | 624 |
|
| ||
626 | 627 |
|
627 | 628 |
|
628 | 629 |
|
629 |
| - |
630 |
| - |
631 |
| - |
| 630 | + |
632 | 631 |
|
633 | 632 |
|
634 | 633 |
|
|
lib/matplotlib/tests/test_tightlayout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_tightlayout.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
326 | 326 |
|
327 | 327 |
|
328 | 328 |
|
329 |
| - |
| 329 | + |
330 | 330 |
|
331 | 331 |
|
332 | 332 |
|
| ||
352 | 352 |
|
353 | 353 |
|
354 | 354 |
|
| 355 | + |
355 | 356 |
|
356 | 357 |
|
357 | 358 |
|
|
0 commit comments