@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 0x82bbd84>], 'axes.edgecolor': ['k', <function validate_color at 0x82bbe64>], 'axes.facecolor': ['w', <function validate_color at 0x82bbe64>], 'axes.formatter.limits': [[-7, 7], <matplotlib.rcsetup.validate_nseq_int instance at 0x82ed4cc>], 'axes.grid': [False, <function validate_bool at 0x82bbd84>], 'axes.hold': [True, <function validate_bool at 0x82bbd84>], 'axes.labelcolor': ['k', <function validate_color at 0x82bbe64>], 'axes.labelsize': [12, <function validate_fontsize at 0x82ec02c>], 'axes.linewidth': [1.0, <function validate_float at 0x82bbdbc>], 'axes.titlesize': [14, <function validate_fontsize at 0x82ec02c>], ...} validate_backend = <matplotlib.rcsetup.ValidateInStrings instance at 0xb7acb64c> validate_cairo_format = <matplotlib.rcsetup.ValidateInStrings instance at 0x82ea6ac> validate_capstyle = <matplotlib.rcsetup.ValidateInStrings instance at 0x82eaacc> validate_fontset = <matplotlib.rcsetup.ValidateInStrings instance at 0x82ea66c> validate_joinstyle = <matplotlib.rcsetup.ValidateInStrings instance at 0x82ea76c> validate_legend_loc = <matplotlib.rcsetup.ValidateInStrings instance at 0x82eabac> validate_negative_linestyle = <matplotlib.rcsetup.ValidateInStrings instance at 0x82eab4c> validate_numerix = <matplotlib.rcsetup.ValidateInStrings instance at 0xb7ac9f4c> validate_orientation = <matplotlib.rcsetup.ValidateInStrings instance at 0x82ea5ec> validate_ps_papersize = <matplotlib.rcsetup.ValidateInStrings instance at 0x82ea6cc> validate_toolbar = <matplotlib.rcsetup.ValidateInStrings instance at 0x82ea56c> validate_verbose = <matplotlib.rcsetup.ValidateInStrings instance at 0x82ea68c> |