Skip to content
Snippets Groups Projects
Commit 28312d94 authored by Manuel Günther's avatar Manuel Günther
Browse files

Merge branch '89-matplotlib-invalid-display-variable' into 'master'

Resolve "matplotlib Invalid DISPLAY variable"

Closes #89

See merge request !97
parents b0643be9 f29bc170
No related branches found
No related tags found
1 merge request!97Resolve "matplotlib Invalid DISPLAY variable"
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment