File Manager

Path: /proc/self/root/opt/alt/python27/lib64/python2.7/site-packages/matplotlib/tests/

Viewing File: __init__.py

from matplotlib import rcParams, rcdefaults, use

_multiprocess_can_split_ = True

def setup():
    use('Agg', warn=False) # use Agg backend for these tests

    # These settings *must* be hardcoded for running the comparison
    # tests and are not necessarily the default values as specified in
    # rcsetup.py
    rcdefaults() # Start with all defaults
    rcParams['font.family'] = 'Bitstream Vera Sans'
    rcParams['text.hinting'] = False