8000 Updated default location of config dir · matplotlib/matplotlib@c5d9b39 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5d9b39

Browse files
committed
Updated default location of config dir
Configuration directory matplotlib now resides under directory .config by default. Update docs to reflect that
1 parent 29bc9cf commit c5d9b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq/troubleshooting_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ locate your :file:`.matplotlib/` directory, use
4444

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

4949
On unix-like systems, this directory is generally located in your
5050
:envvar:`HOME` directory.

0 commit comments

Comments
 (0)
0