From c776ae4e20db52a90f6ddcac5b30acff9bf702aa Mon Sep 17 00:00:00 2001 From: Volker Hoffmann Date: Fri, 6 Dec 2013 08:01:46 +0100 Subject: use agg as backend (comment/uncomment) --- mkcuts_dvpT.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1