diff options
-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 |