Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5713087 + 6a5e007 commit 9fcf958Copy full SHA for 9fcf958
1 file changed
lib/matplotlib/__init__.py
@@ -480,7 +480,7 @@ def _get_config_or_cache_dir(xdg_base):
480
"recommended to set the MPLCONFIGDIR environment variable to a "
481
"writable directory, in particular to speed up the import of "
482
"Matplotlib and to better support multiprocessing.",
483
- configdir, tmpdir)
+ tmpdir, configdir)
484
return tmpdir
485
486
0 commit comments