Commit 28ed63ba authored by Sascha Arthur's avatar Sascha Arthur Committed by Thomas Petazzoni
Browse files

scripts/graph-build-time: remove X dependency

parent c6273204
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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