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

Skip to content

Commit 9b8b99b

Browse files
authored
Fixed a small mistake in matplotlibrc.template
1 parent e5c3cba commit 9b8b99b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

matplotlibrc.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,10 @@ backend : $TEMPLATE_BACKEND
399399
#ytick.labelsize : medium # fontsize of the tick labels
400400
#ytick.direction : out # direction: in, out, or inout
401401
#ytick.minor.visible : False # visibility of minor ticks on y-axis
402-
#xtick.major.left : True # draw y axis left major ticks
403-
#xtick.major.right : True # draw y axis right major ticks
404-
#xtick.minor.left : True # draw y axis left minor ticks
405-
#xtick.minor.right : True # draw y axis right minor ticks
402+
#ytick.major.left : True # draw y axis left major ticks
403+
#ytick.major.right : True # draw y axis right major ticks
404+
#ytick.minor.left : True # draw y axis left minor ticks
405+
#ytick.minor.right : True # draw y axis right minor ticks
406406

407407

408408
### GRIDS

0 commit comments

Comments
 (0)