File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ Environment Variables
25
25
26
26
This is the directory used to store user customizations to matplotlib, as
27
27
well as some caches to improve performance. If :envvar: `MPLCONFIGDIR ` is not
28
- defined, :file: `{ HOME } /.matplotlib ` is used if it is writable.
29
- Otherwise, the python standard library :func: `tempfile.gettmpdir ` is
30
- used to find a base directory in which the :file: `matplotlib `
31
- subdirectory is created.
28
+ defined, :file: `{ HOME } /.config/matplotlib ` is generally used on unix-like
29
+ systems and :file: `{ HOME } /.matplotlib ` is used on other platforms, if they are
30
+ writable. Otherwise, the python standard library :func: `tempfile.gettmpdir `
31
+ is used to find a base directory in which the :file: `matplotlib ` subdirectory
32
+ is created.
32
33
33
34
.. envvar :: MPLBACKEND
34
35
You can’t perform that action at this time.
0 commit comments