scripts/graph-build-time: remove X dependency

[Thomas: tweak commit title.]

Signed-off-by: Sascha Arthur <sascha.arthur@gmail.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Sascha Arthur 2014-09-21 18:46:26 +02:00 committed by Thomas Petazzoni
parent c6273204bc
commit 28ed63bae2
1 changed files with 2 additions and 1 deletions

View File

@ -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