File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ and printing the ``__file__`` attribute::
39
39
40
40
Each user has a matplotlib configuration directory which may contain a
41
41
:ref: `matplotlibrc <customizing-with-matplotlibrc-files >` file. To
42
- locate your :file: `. matplotlib/ ` directory, use
42
+ locate your :file: `matplotlib/ ` configuration directory, use
43
43
:func: `matplotlib.get_configdir `::
44
44
45
45
>>> import matplotlib as mpl
46
46
>>> mpl.get_configdir()
47
47
'/home/darren/.config/matplotlib'
48
48
49
49
On unix-like systems, this directory is generally located in your
50
- :envvar: `HOME ` directory.
50
+ :envvar: `HOME ` directory under the :file: ` .config/ ` directory .
51
51
52
52
In addition, users have a cache directory. On unix-like systems, this is
53
53
separate to the configuration directory by default. To locate your
You can’t perform that action at this time.
0 commit comments