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

Skip to content

Commit 59e1509

Browse files
committed
Merge pull request #2912 from herr-biber/fix-matplotlibrc-doc-xdg-paths
Fix paths in doc which are searched for matplotlibrc (XDG).
2 parents aaa2970 + 82837cb commit 59e1509

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

matplotlibrc.template

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55
# site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
66
# there, please note that it will be overwritten in your next install.
77
# If you want to keep a permanent local copy that will not be
8-
# overwritten, place it in HOME/.matplotlib/matplotlibrc (unix/linux
9-
# like systems) and C:\Documents and Settings\yourname\.matplotlib
10-
# (win32 systems).
8+
# overwritten, place it in the following location:
9+
# unix/linux:
10+
# $HOME/.config/matplotlib/matplotlibrc or
11+
# $XDG_CONFIG_HOME/matplotlib/matplotlibrc (if $XDG_CONFIG_HOME is set)
12+
# other platforms:
13+
# $HOME/.matplotlib/matplotlibrc
14+
#
15+
# See http://matplotlib.org/users/customizing.html#the-matplotlibrc-file for
16+
# more details on the paths which are checked for the configuration file.
1117
#
1218
# This file is best viewed in a editor which supports python mode
1319
# syntax highlighting. Blank lines, or lines starting with a comment

0 commit comments

Comments
 (0)