Skip to content

Commit 82837cb

Browse files
committed
Fix paths in doc which are searched for matplotlibrc (XDG).
See pull request matplotlib#454 (3ac8144)
1 parent aaa2970 commit 82837cb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

matplotlibrc.template

+9-3
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)