Commit 60d2f95
authored
DOC: Show and correct default alignment parameters in text.py (matplotlib#27346)
* Show and correct default alignment parameters in text.py
For issue [Doc]: text alignment defaults matplotlib#27345
* Update text.py: line too long
* Show defaults in text_alignment.py
* Make setter method defaults match new docstrings in text.py
See matplotlib#27346 (review)
* IDL text alignment set_ method defaults for text.pyi
* revert interface defaults in text.pyi
* revert defaults in alignment set_ methods text.py
did change the order of allowed arguments for set_verticalalignment per @StefRe
* Document text alignment defaults in _axes.py
Because this is where the header at https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.text.html comes from.
* rm trailing whitespace in _axes.py1 parent 1c6fb79 commit 60d2f95
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 | | |
| |||
| 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 | | |
| |||
| 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