summaryrefslogtreecommitdiffstats
path: root/support/scripts/graph-build-time
diff options
context:
space:
mode:
Diffstat (limited to 'support/scripts/graph-build-time')
-rwxr-xr-xsupport/scripts/graph-build-time3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/scripts/graph-build-time b/support/scripts/graph-build-time
index 524c30d478..4bb90c278b 100755
--- a/support/scripts/graph-build-time
+++ b/support/scripts/graph-build-time
@@ -49,9 +49,10 @@
# * argparse (by default in Python 2.7, requires python-argparse if
# Python 2.6 is used)
-import matplotlib
+import matplotlib as mpl
import numpy
+mpl.use('Agg')
import matplotlib.pyplot as plt
import matplotlib.font_manager as fm
import csv
OpenPOWER on IntegriCloud