File: matplotlibrc

package info (click to toggle)
matplotlib 1.1.1~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 66,076 kB
  • sloc: python: 90,600; cpp: 69,891; objc: 5,231; ansic: 1,723; makefile: 171; sh: 7
file content (16 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
backend      : Agg

figure.figsize   : 5.5, 4.5    # figure size in inches
savefig.dpi       : 80      # figure dots per inch
docstring.hardcopy : True  # set this when you want to generate hardcopy docstring

# these parameters are useful for packagers who want to build the docs
# w/o invoking file downloads for the sampledata (see
# matplotlib.cbook.get_sample_data.  Unpack
# mpl_sampledata-VERSION.tar.gz and point examples.directory to it.
# You can use a relative path for examples.directory and it must be
# relative to this matplotlibrc file

#examples.download : False  # False to bypass downloading mechanism
#examples.directory : /your/path/to/sample_data/   # directory to look in if download is false