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

Skip to content

Commit 4d3348e

Browse files
committed
added api file for matplotlib configuration
svn path=/trunk/matplotlib/; revision=5500
1 parent 84afc2f commit 4d3348e

2 files changed

Lines changed: 30 additions & 7 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
************************
2+
matplotlib configuration
3+
************************
4+
5+
6+
:mod:`matplotlib`
7+
=================
8+
9+
.. autofunction:: matplotlib.get_backend
10+
.. autofunction:: matplotlib.get_configdir
11+
.. autofunction:: matplotlib.interactive
12+
.. autofunction:: matplotlib.rc
13+
.. autofunction:: matplotlib.rcdefaults
14+
.. autoclass:: matplotlib.RcParams
15+
.. autofunction:: matplotlib.use
16+
.. autoclass:: matplotlib.Verbose
17+
18+
19+
:mod:`matplotlib.rcsetup`
20+
=============================
21+
22+
.. automodule:: matplotlib.rcsetup
23+
:members:
24+
:undoc-members:

doc/users/customizing.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ locations, in the following order:
2020
specific customizations that you do not want to apply elsewhere.
2121
2. :file:`.matplotlib/matplotlibrc`, for the user's default customizations. See
2222
:ref:`locating-matplotlib-config-dir`.
23-
3. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where
24-
:file:`{INSTALL}` is something like
25-
:file:`/usr/lib/python2.5/site-packages` on Linux, and maybe
26-
:file:`C:\\Python25\\Lib\\site-packages` on Windows. Every time you
27-
install matplotlib, this file will be overwritten, so if you want
28-
your customizations to be saved, please move this file to you
29-
:file:`.matplotlib` directory.
23+
3. :file:`{INSTALL}/matplotlib/mpl-data/matplotlibrc`, where :file:`{INSTALL}`
24+
is something like :file:`/usr/lib/python2.5/site-packages` on Linux, and
25+
maybe :file:`C:\\Python25\\Lib\\site-packages` on Windows. Every time you
26+
install matplotlib, this file will be overwritten, so if you want your
27+
customizations to be saved, please move this file to you :file:`.matplotlib`
28+
directory.
3029

3130

3231
See below for a sample :ref:`matplotlibrc file<matplotlibrc-sample>`.

0 commit comments

Comments
 (0)