Thanks to visit codestin.com Credit goes to github.com
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 19550f0 commit 9467622Copy full SHA for 9467622
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