Revision: 6861
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6861&view=rev
Author:   mdboom
Date:     2009-01-30 16:31:47 +0000 (Fri, 30 Jan 2009)

Log Message:
-----------
Document how to find the currently active matplotlibrc file.

Modified Paths:
--------------
    branches/v0_98_5_maint/doc/users/customizing.rst

Modified: branches/v0_98_5_maint/doc/users/customizing.rst
===================================================================
--- branches/v0_98_5_maint/doc/users/customizing.rst    2009-01-30 16:21:14 UTC 
(rev 6860)
+++ branches/v0_98_5_maint/doc/users/customizing.rst    2009-01-30 16:31:47 UTC 
(rev 6861)
@@ -27,7 +27,13 @@
    customizations to be saved, please move this file to you :file:`.matplotlib`
    directory.
 
+To display where the currently active :file:`matplotlibrc` file was
+loaded from, one can do the following::
 
+  >>> import matplotlib
+  >>> matplotlib.matplotlib_fname()
+  '/home/foo/.matplotlib/matplotlibrc'
+
 See below for a sample :ref:`matplotlibrc file<matplotlibrc-sample>`.
 
 .. _customizing-with-dynamic-rc-settings:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to