From 82837cbb2cb2b8aecd10423d76c77ec4bab096da Mon Sep 17 00:00:00 2001 From: Markus Roth Date: Fri, 21 Mar 2014 00:22:28 +0100 Subject: [PATCH] Fix paths in doc which are searched for matplotlibrc (XDG). See pull request #454 (3ac81445b0ed25dd1b4b575c30c9c7cd04d66b6c) --- matplotlibrc.template | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/matplotlibrc.template b/matplotlibrc.template index e4d35934c5fb..4319f1397136 100644 --- a/matplotlibrc.template +++ b/matplotlibrc.template @@ -5,9 +5,15 @@ # site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it # there, please note that it will be overwritten in your next install. # If you want to keep a permanent local copy that will not be -# overwritten, place it in HOME/.matplotlib/matplotlibrc (unix/linux -# like systems) and C:\Documents and Settings\yourname\.matplotlib -# (win32 systems). +# overwritten, place it in the following location: +# unix/linux: +# $HOME/.config/matplotlib/matplotlibrc or +# $XDG_CONFIG_HOME/matplotlib/matplotlibrc (if $XDG_CONFIG_HOME is set) +# other platforms: +# $HOME/.matplotlib/matplotlibrc +# +# See http://matplotlib.org/users/customizing.html#the-matplotlibrc-file for +# more details on the paths which are checked for the configuration file. # # This file is best viewed in a editor which supports python mode # syntax highlighting. Blank lines, or lines starting with a comment