8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3bd3e commit 45cdee2Copy full SHA for 45cdee2
lib/matplotlib/text.py
@@ -121,7 +121,8 @@ def get_rotation(rotation):
121
transform a matplotlib.transform transformation instance
122
usetex [True | False | None]
123
variant ['normal' | 'small-caps']
124
- verticalalignment or va ['center' | 'top' | 'bottom' | 'baseline' | 'center_baseline' ]
+ verticalalignment or va ['center' | 'top' | 'bottom' | 'baseline' |
125
+ 'center_baseline' ]
126
visible [True | False]
127
weight or fontweight ['normal' | 'bold' | 'heavy' | 'light' |
128
'ultrabold' | 'ultralight']
0 commit comments