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.
1 parent 72a2543 commit b261061Copy full SHA for b261061
1 file changed
doc/users/customizing.rst
@@ -27,6 +27,12 @@ locations, in the following order:
27
customizations to be saved, please move this file to you :file:`.matplotlib`
28
directory.
29
30
+To display where the currently active :file:`matplotlibrc` file was
31
+loaded from, one can do the following::
32
+
33
+ >>> import matplotlib
34
+ >>> matplotlib.matplotlib_fname()
35
+ '/home/foo/.matplotlib/matplotlibrc'
36
37
See below for a sample :ref:`matplotlibrc file<matplotlibrc-sample>`.
38
0 commit comments