Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a30a1d

Browse filesBrowse 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
Copy full SHA for 4a30a1d

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎matplotlibrc.template

Copy file name to clipboardExpand all lines: matplotlibrc.template
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.