Skip to content

Commit 297988c

Browse files
authored
Merge pull request #7370 from jni/spines-rc-template
Add example use of axes.spines.SIDE prop in matplotlibrc
2 parents 07adcde + 54e63d1 commit 297988c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

matplotlibrc.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ backend : $TEMPLATE_BACKEND
322322
# value of the data.
323323

324324

325+
# axes.spines.left : True # display axis spines
326+
# axes.spines.bottom : True
327+
# axes.spines.top : True
328+
# axes.spines.right : True
329+
330+
325331
#axes.unicode_minus : True # use unicode for the minus symbol
326332
# rather than hyphen. See
327333
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes

0 commit comments

Comments
 (0)