Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abcb95 commit f2ac1bbCopy full SHA for f2ac1bb
1 file changed
matplotlibrc.template
@@ -361,6 +361,7 @@ backend : $TEMPLATE_BACKEND
361
#xtick.color : k # color of the tick labels
362
#xtick.labelsize : medium # fontsize of the tick labels
363
#xtick.direction : out # direction: in, out, or inout
364
+#xtick.minor.visible : False # visibility of minor ticks on x-axis
365
366
#ytick.left : True # draw ticks on the left side
367
#ytick.right : True # draw ticks on the right side
@@ -373,6 +374,7 @@ backend : $TEMPLATE_BACKEND
373
374
#ytick.color : k # color of the tick labels
375
#ytick.labelsize : medium # fontsize of the tick labels
376
#ytick.direction : out # direction: in, out, or inout
377
+#ytick.minor.visible : False # visibility of minor ticks on y-axis
378
379
380
### GRIDS
0 commit comments