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

Skip to content

Commit 104dc40

Browse files
committed
travis changes
1 parent 9078458 commit 104dc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ def _validate_linestyle(ls):
13161316
'xtick.minor.bottom': [True, validate_bool], # draw x axis bottom minor ticks
13171317
'xtick.major.top': [True, validate_bool], # draw x axis top major ticks
13181318
'xtick.major.bottom': [True, validate_bool], # draw x axis bottom major ticks
1319-
'xtick.minor.ndivs': ['auto', validate_int_or_auto], # set ndivs value for x axis minor ticks
1319+
'xtick.minor.ndivs': ['auto', validate_int_or_auto], # sets ndivs value for x axis minor ticks
13201320

13211321
# fontsize of the xtick labels
13221322
'xtick.labelsize': ['medium', validate_fontsize],
@@ -1339,7 +1339,7 @@ def _validate_linestyle(ls):
13391339
'ytick.minor.right': [True, validate_bool], # draw y axis right minor ticks
13401340
'ytick.major.left': [True, validate_bool], # draw y axis left major ticks
13411341
'ytick.major.right': [True, validate_bool], # draw y axis right major ticks
1342-
'ytick.minor.ndivs': ['auto', validate_int_or_auto], # set ndivs value for y axis minor ticks
1342+
'ytick.minor.ndivs': ['auto', validate_int_or_auto], # sets ndivs value for y axis minor ticks
13431343

13441344
# fontsize of the ytick labels
13451345
'ytick.labelsize': ['medium', validate_fontsize],

0 commit comments

Comments
 (0)