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

Skip to content

Commit 991d321

Browse files
committed
Improve description of .config/matplotlib default
Make wording clear where `matplotlib` directory sits under `~/.config`
1 parent c5d9b39 commit 991d321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/faq/troubleshooting_faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ and printing the ``__file__`` attribute::
3939

4040
Each user has a matplotlib configuration directory which may contain a
4141
:ref:`matplotlibrc <customizing-with-matplotlibrc-files>` file. To
42-
locate your :file:`.matplotlib/` directory, use
42+
locate your :file:`matplotlib/` configuration directory, use
4343
:func:`matplotlib.get_configdir`::
4444

4545
>>> import matplotlib as mpl
4646
>>> mpl.get_configdir()
4747
'/home/darren/.config/matplotlib'
4848

4949
On unix-like systems, this directory is generally located in your
50-
:envvar:`HOME` directory.
50+
:envvar:`HOME` directory under the :file:`.config/` directory.
5151

5252
In addition, users have a cache directory. On unix-like systems, this is
5353
separate to the configuration directory by default. To locate your

0 commit comments

Comments
 (0)