File: matplotlibrc

package info (click to toggle)
matplotlib 2.0.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 91,640 kB
  • ctags: 29,525
  • sloc: python: 122,697; cpp: 60,806; ansic: 30,799; objc: 2,830; makefile: 224; sh: 85
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