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

Skip to content

Commit 7a5e609

Browse files
correct xtick.alignment validation paramters
1 parent a57ea3d commit 7a5e609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ def _convert_validator_spec(key, conv):
13441344
'xtick.labelsize': ['medium', validate_fontsize],
13451345
'xtick.direction': ['out', validate_string], # direction of xticks
13461346
'xtick.alignment': ['center',
1347-
['center', 'top', 'bottom', 'baseline', 'center_baseline']],
1347+
['center', 'right', 'left']],
13481348

13491349
'ytick.left': [True, validate_bool], # draw ticks on the left side
13501350
'ytick.right': [False, validate_bool], # draw ticks on the right side

0 commit comments

Comments
 (0)