diff options
author | Volker Hoffmann <volker@cheleb.net> | 2013-12-06 08:01:46 +0100 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2013-12-06 08:01:46 +0100 |
commit | c776ae4e20db52a90f6ddcac5b30acff9bf702aa (patch) | |
tree | 9acdee22603b5b314cdfdef84760478e8ba800cc | |
parent | 175e69ed74509ff1296fb5a562b18c6d0da0062d (diff) |
use agg as backend (comment/uncomment)
-rw-r--r-- | mkcuts_dvpT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkcuts_dvpT.py b/mkcuts_dvpT.py index 29baa00..b99830c 100644 --- a/mkcuts_dvpT.py +++ b/mkcuts_dvpT.py @@ -7,6 +7,7 @@ Make X and Z Cuts: """ import matplotlib as mpl +# mpl.use('agg') from pymses import RamsesOutput from pymses.filters import CellsToPoints from pymses.utils import constants as C |