#!/usr/bin/env python # -*- coding: utf-8 -*- # written by Christoph Federrath import numpy as np from cfpack.defaults import * # define global constants, print, plotting styles, etc. import cfpack as cfp ### append to the matplotlib config dir, so we get access to mpl styles #### import os os.environ['MPLCONFIGDIR'] = os.environ['PYTHONPATH']+"/matplotlib" ############################################################################