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

Skip to content

Commit f2ac1bb

Browse files
committed
Document Xtick.minor.visible
1 parent 3abcb95 commit f2ac1bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

matplotlibrc.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ backend : $TEMPLATE_BACKEND
361361
#xtick.color : k # color of the tick labels
362362
#xtick.labelsize : medium # fontsize of the tick labels
363363
#xtick.direction : out # direction: in, out, or inout
364+
#xtick.minor.visible : False # visibility of minor ticks on x-axis
364365

365366
#ytick.left : True # draw ticks on the left side
366367
#ytick.right : True # draw ticks on the right side
@@ -373,6 +374,7 @@ backend : $TEMPLATE_BACKEND
373374
#ytick.color : k # color of the tick labels
374375
#ytick.labelsize : medium # fontsize of the tick labels
375376
#ytick.direction : out # direction: in, out, or inout
377+
#ytick.minor.visible : False # visibility of minor ticks on y-axis
376378

377379

378380
### GRIDS

0 commit comments

Comments
 (0)