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 7a5e609

Browse filesBrowse files
correct xtick.alignment validation paramters
1 parent a57ea3d commit 7a5e609
Copy full SHA for 7a5e609

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.