diff --git a/bob/bio/base/script/evaluate.py b/bob/bio/base/script/evaluate.py index 562c5956357481b064f846e43b5d74f4d83288f5..c4a6d0b3d9c0cee6a3d3828e3fcb4263f59a57b2 100644 --- a/bob/bio/base/script/evaluate.py +++ b/bob/bio/base/script/evaluate.py @@ -11,7 +11,7 @@ from __future__ import print_function # matplotlib stuff import matplotlib from matplotlib import pyplot -pyplot.switch_backend('agg') # switch to non-X backend +pyplot.switch_backend('pdf') # switch to non-X backend from matplotlib.backends.backend_pdf import PdfPages # import bob.measure after matplotlib, so that it cannot define the backend