Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit60d2f95
authored
DOC: Show and correct default alignment parameters in text.py (#27346)
* Show and correct default alignment parameters in text.pyFor issue [Doc]: text alignment defaults#27345* Update text.py: line too long* Show defaults in text_alignment.py* Make setter method defaults match new docstrings in text.pySee#27346 (review)* IDL text alignment set_ method defaults for text.pyi* revert interface defaults in text.pyi* revert defaults in alignment set_ methods text.pydid change the order of allowed arguments for set_verticalalignment per@StefRe* Document text alignment defaults in _axes.pyBecause this is where the header athttps://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.text.html comes from.* rm trailing whitespace in _axes.py1 parent1c6fb79 commit60d2f95
File tree
3 files changed
+8
-4
lines changed- galleries/examples/text_labels_and_annotations
- lib/matplotlib
- axes
3 files changed
+8
-4
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
632 | 632 |
| |
633 | 633 |
| |
634 | 634 |
| |
635 |
| - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
636 | 639 |
| |
637 | 640 |
| |
638 | 641 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
| |||
1251 | 1251 |
| |
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 |
| - | |
| 1254 | + | |
1255 | 1255 |
| |
1256 | 1256 |
| |
1257 | 1257 |
| |
|
0 commit comments
Comments
(0)