From 1027aa2fbea2bb49415c68bc5593ee5d7375e3f9 Mon Sep 17 00:00:00 2001 From: Manuel Gunther <siebenkopf@googlemail.com> Date: Fri, 8 Sep 2017 09:51:36 -0600 Subject: [PATCH] Removed the matplotlib.use() command entirely --- bob/bio/base/script/evaluate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/bio/base/script/evaluate.py b/bob/bio/base/script/evaluate.py index 5ceaeb81..2d1ba1eb 100644 --- a/bob/bio/base/script/evaluate.py +++ b/bob/bio/base/script/evaluate.py @@ -10,7 +10,6 @@ from __future__ import print_function # matplotlib stuff import matplotlib -matplotlib.use('pdf') # avoids TkInter threaded start from matplotlib import pyplot pyplot.ioff() # turn off interactive mode -- no figure window will be shown from matplotlib.backends.backend_pdf import PdfPages -- GitLab