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

Skip to content

Commit ebb5726

Browse files
committed
Document Xtick.minor.visible
1 parent 173f04c commit ebb5726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

matplotlibrc.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ backend : %(backend)s
344344
#xtick.color : k # color of the tick labels
345345
#xtick.labelsize : medium # fontsize of the tick labels
346346
#xtick.direction : out # direction: in, out, or inout
347+
#xtick.minor.visible : False # visibility of minor ticks on x-axis
347348

348349
#ytick.left : True # draw ticks on the left side
349350
#ytick.right : True # draw ticks on the right side
@@ -356,6 +357,7 @@ backend : %(backend)s
356357
#ytick.color : k # color of the tick labels
357358
#ytick.labelsize : medium # fontsize of the tick labels
358359
#ytick.direction : out # direction: in, out, or inout
360+
#ytick.minor.visible : False # visibility of minor ticks on y-axis
359361

360362

361363
### GRIDS

0 commit comments

Comments
 (0)