diff --git a/bob/bio/base/script/evaluate.py b/bob/bio/base/script/evaluate.py index 38654b0899694dd6e45c941b4d48bd7212f361d6..5ceaeb81da5322c9180589b8fbceb1414afcdad1 100644 --- a/bob/bio/base/script/evaluate.py +++ b/bob/bio/base/script/evaluate.py @@ -12,6 +12,7 @@ from __future__ import print_function 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 # import bob.measure after matplotlib, so that it cannot define the backend