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

Skip to content

Commit 9467622

Browse files
committed
PEP8
1 parent 19550f0 commit 9467622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/text.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def get_rotation(rotation):
121121
transform a matplotlib.transform transformation instance
122122
usetex [True | False | None]
123123
variant ['normal' | 'small-caps']
124-
verticalalignment or va ['center' | 'top' | 'bottom' | 'baseline' | 'center_baseline' ]
124+
verticalalignment or va ['center' | 'top' | 'bottom' | 'baseline' |
125+
'center_baseline' ]
125126
visible [True | False]
126127
weight or fontweight ['normal' | 'bold' | 'heavy' | 'light' |
127128
'ultrabold' | 'ultralight']

0 commit comments

Comments
 (0)