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 173f04c commit ebb5726Copy full SHA for ebb5726
matplotlibrc.template
@@ -344,6 +344,7 @@ backend : %(backend)s
344
#xtick.color : k # color of the tick labels
345
#xtick.labelsize : medium # fontsize of the tick labels
346
#xtick.direction : out # direction: in, out, or inout
347
+#xtick.minor.visible : False # visibility of minor ticks on x-axis
348
349
#ytick.left : True # draw ticks on the left side
350
#ytick.right : True # draw ticks on the right side
@@ -356,6 +357,7 @@ backend : %(backend)s
356
357
#ytick.color : k # color of the tick labels
358
#ytick.labelsize : medium # fontsize of the tick labels
359
#ytick.direction : out # direction: in, out, or inout
360
+#ytick.minor.visible : False # visibility of minor ticks on y-axis
361
362
363
### GRIDS
0 commit comments