@header@
matplotlib.rcsetup | index /home/jdhunter/dev/lib64/python2.5/site-packages/matplotlib/rcsetup.py |
This file contains the default values and the validation code for the options.
The code for parsing the matplotlibrc file and setting the values of rcParams
uses the values from this file to set default values.
Ultimately, the setup code should also use these values to write a default
matplotlibrc file that actually reflects the values given here.
Modules | ||||||
|
Classes | ||||||||||||||||||||||||||||
|
Functions | ||
|
Data | ||
defaultParams = {'axes.axisbelow': [False, <function validate_bool at 0x866758>], 'axes.edgecolor': ['k', <function validate_color at 0x87aaa0>], 'axes.facecolor': ['w', <function validate_color at 0x87aaa0>], 'axes.formatter.limits': [[-7, 7], <matplotlib.rcsetup.validate_nseq_int instance at 0xe2dcb0>], 'axes.grid': [False, <function validate_bool at 0x866758>], 'axes.hold': [True, <function validate_bool at 0x866758>], 'axes.labelcolor': ['k', <function validate_color at 0x87aaa0>], 'axes.labelsize': [12, <function validate_fontsize at 0xe28de8>], 'axes.linewidth': [1.0, <function validate_float at 0x872140>], 'axes.titlesize': [14, <function validate_fontsize at 0xe28de8>], ...} validate_backend = <matplotlib.rcsetup.ValidateInStrings instance at 0x9b33f8> validate_cairo_format = <matplotlib.rcsetup.ValidateInStrings instance at 0xe29830> validate_capstyle = <matplotlib.rcsetup.ValidateInStrings instance at 0xe29908> validate_fontset = <matplotlib.rcsetup.ValidateInStrings instance at 0xe297a0> validate_joinstyle = <matplotlib.rcsetup.ValidateInStrings instance at 0xe298c0> validate_legend_loc = <matplotlib.rcsetup.ValidateInStrings instance at 0xe29998> validate_negative_linestyle = <matplotlib.rcsetup.ValidateInStrings instance at 0xe29950> validate_numerix = <matplotlib.rcsetup.ValidateInStrings instance at 0xe29758> validate_orientation = <matplotlib.rcsetup.ValidateInStrings instance at 0xe29680> validate_ps_papersize = <matplotlib.rcsetup.ValidateInStrings instance at 0xe29878> validate_toolbar = <matplotlib.rcsetup.ValidateInStrings instance at 0xe296c8> validate_verbose = <matplotlib.rcsetup.ValidateInStrings instance at 0xe297e8> |