1backend      : Agg
2
3figure.figsize   : 5.5, 4.5    # figure size in inches
4savefig.dpi       : 80      # figure dots per inch
5docstring.hardcopy : True  # set this when you want to generate hardcopy docstring
6
7# these parameters are useful for packagers who want to build the docs
8# w/o invoking file downloads for the sampledata (see
9# matplotlib.cbook.get_sample_data.  Unpack
10# mpl_sampledata-VERSION.tar.gz and point examples.directory to it.
11# You can use a relative path for examples.directory and it must be
12# relative to this matplotlibrc file
13
14#examples.download : False  # False to bypass downloading mechanism
15#examples.directory : /your/path/to/sample_data/   # directory to look in if download is false
16
17