@header@
matplotlib.rcsetup | index /home/jdhunter/dev/lib/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 0x833de2c>], 'axes.edgecolor': ['k', <function validate_color at 0x833df0c>], 'axes.facecolor': ['w', <function validate_color at 0x833df0c>], 'axes.formatter.limits': [[-7, 7], <matplotlib.rcsetup.validate_nseq_int instance at 0x836c76c>], 'axes.grid': [False, <function validate_bool at 0x833de2c>], 'axes.hold': [True, <function validate_bool at 0x833de2c>], 'axes.labelcolor': ['k', <function validate_color at 0x833df0c>], 'axes.labelsize': [12, <function validate_fontsize at 0x836b10c>], 'axes.linewidth': [1.0, <function validate_float at 0x833de64>], 'axes.titlesize': [14, <function validate_fontsize at 0x836b10c>], ...} validate_backend = <matplotlib.rcsetup.ValidateInStrings instance at 0x825b86c> validate_cairo_format = <matplotlib.rcsetup.ValidateInStrings instance at 0x836994c> validate_capstyle = <matplotlib.rcsetup.ValidateInStrings instance at 0x8369d6c> validate_fontset = <matplotlib.rcsetup.ValidateInStrings instance at 0x836990c> validate_joinstyle = <matplotlib.rcsetup.ValidateInStrings instance at 0x8369a0c> validate_legend_loc = <matplotlib.rcsetup.ValidateInStrings instance at 0x8369e4c> validate_negative_linestyle = <matplotlib.rcsetup.ValidateInStrings instance at 0x8369dec> validate_numerix = <matplotlib.rcsetup.ValidateInStrings instance at 0x825b18c> validate_orientation = <matplotlib.rcsetup.ValidateInStrings instance at 0x836988c> validate_ps_papersize = <matplotlib.rcsetup.ValidateInStrings instance at 0x836996c> validate_toolbar = <matplotlib.rcsetup.ValidateInStrings instance at 0x836980c> validate_verbose = <matplotlib.rcsetup.ValidateInStrings instance at 0x836992c> |