Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6530db1

Browse files
authored
Merge pull request #19313 from timhoffm/doc-verticalalignment
Add missing possible return value to docs of get_verticalalignment()
2 parents 19bd709 + a83d81a commit 6530db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ def get_text(self):
849849
def get_verticalalignment(self):
850850
"""
851851
Return the vertical alignment as a string. Will be one of
852-
'top', 'center', 'bottom' or 'baseline'.
852+
'top', 'center', 'bottom', 'baseline' or 'center_baseline'.
853853
"""
854854
return self._verticalalignment
855855

0 commit comments

Comments
 (0)