Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e20541

Browse filesBrowse files
authored
Merge pull request #16727 from CSCD01/Bugfix-16583
Update xtick.alignment parameter in rcsetup to validate against correct values
2 parents cd755c4 + 7a5e609 commit 9e20541
Copy full SHA for 9e20541

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/rcsetup.py

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ def _convert_validator_spec(key, conv):
13451345
'xtick.labelsize': ['medium', validate_fontsize],
13461346
'xtick.direction': ['out', validate_string], # direction of xticks
13471347
'xtick.alignment': ['center',
1348-
['center', 'top', 'bottom', 'baseline', 'center_baseline']],
1348+
['center', 'right', 'left']],
13491349

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.