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

Skip to content

Commit 4a30a1d

Browse files
committed
Example of axes.spines.SIDE prop in matplotlibrc
This addition is intended to prevent further questions about this on the mailing list: https://mail.python.org/pipermail/matplotlib-users/2016-October/000669.html
1 parent 07adcde commit 4a30a1d

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 # Turn off the top and right axes spines
326+
# axes.spines.bottom : True
327+
# axes.spines.top : False
328+
# axes.spines.right : False
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)