@@ -50,13 +50,15 @@ matplotlib uses :file:`matplotlibrc` configuration files to customize all kinds
5050of properties, which we call `rc settings ` or `rc parameters `. You can control
5151the defaults of almost every property in matplotlib: figure size and dpi, line
5252width, color and style, axes, axis and grid properties, text and font
53- properties and so on. matplotlib looks for :file: `matplotlibrc ` in three
53+ properties and so on. matplotlib looks for :file: `matplotlibrc ` in four
5454locations, in the following order:
5555
56561. :file: `matplotlibrc ` in the current working directory, usually used for
5757 specific customizations that you do not want to apply elsewhere.
5858
59- 2. It next looks in a user-specific place, depending on your platform:
59+ 2. :file: `$MATPLOTLIBRC ` if it is a file, else :file: `$MATPLOTLIBRC/matplotlibrc `.
60+
61+ 3. It next looks in a user-specific place, depending on your platform:
6062
6163 - On Linux, it looks in :file: `.config/matplotlib/matplotlibrc ` (or
6264 `$XDG_CONFIG_HOME/matplotlib/matplotlibrc `) if you've customized
@@ -66,7 +68,7 @@ locations, in the following order:
6668
6769 See :ref: `locating-matplotlib-config-dir `.
6870
69- 3 . :file: `{ INSTALL } /matplotlib/mpl-data/matplotlibrc `, where
71+ 4 . :file: `{ INSTALL } /matplotlib/mpl-data/matplotlibrc `, where
7072 :file: `{ INSTALL } ` is something like
7173 :file: `/usr/lib/python2.5/site-packages ` on Linux, and maybe
7274 :file: `C:\\ Python25\\ Lib\\ site-packages ` on Windows. Every time you
0 commit comments