@@ -1316,7 +1316,7 @@ def _validate_linestyle(ls):
1316
1316
'xtick.minor.bottom' : [True , validate_bool ], # draw x axis bottom minor ticks
1317
1317
'xtick.major.top' : [True , validate_bool ], # draw x axis top major ticks
1318
1318
'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
1320
1320
1321
1321
# fontsize of the xtick labels
1322
1322
'xtick.labelsize' : ['medium' , validate_fontsize ],
@@ -1339,7 +1339,7 @@ def _validate_linestyle(ls):
1339
1339
'ytick.minor.right' : [True , validate_bool ], # draw y axis right minor ticks
1340
1340
'ytick.major.left' : [True , validate_bool ], # draw y axis left major ticks
1341
1341
'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
1343
1343
1344
1344
# fontsize of the ytick labels
1345
1345
'ytick.labelsize' : ['medium' , validate_fontsize ],
0 commit comments