Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9db5400

Browse filesBrowse files
authored
Merge pull request #12559 from meeseeksmachine/auto-backport-of-pr-12555-on-v3.0.0-doc
Backport PR #12555 on branch v3.0.0-doc (Clarify horizontalalignment and verticalalignment in suptitle)
2 parents 63a453f + f49a0be commit 9db5400
Copy full SHA for 9db5400

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,11 +691,11 @@ def suptitle(self, t, **kwargs):
691691
The y location of the text in figure coordinates.
692692
693693
horizontalalignment, ha : {'center', 'left', right'}, default: 'center'
694-
The horizontal alignment of the text.
694+
The horizontal alignment of the text relative to (*x*, *y*).
695695
696696
verticalalignment, va : {'top', 'center', 'bottom', 'baseline'}, \
697697
default: 'top'
698-
The vertical alignment of the text.
698+
The vertical alignment of the text relative to (*x*, *y*).
699699
700700
fontsize, size : default: :rc:`figure.titlesize`
701701
The font size of the text. See `.Text.set_size` for possible

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.