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

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)