Skip to content
Snippets Groups Projects
Commit ae593686 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

By default, use non-interactive matplotlib backends

parent 6218d923
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ import bob
import xbob.db.atnt
import os, sys
import numpy
import matplotlib
matplotlib.use('pdf')
from matplotlib import pyplot
from .utils import atnt_database_directory
......
......@@ -23,6 +23,8 @@ import bob
import xbob.db.atnt
import os, sys
import numpy, scipy.spatial
import matplotlib
matplotlib.use('pdf')
from matplotlib import pyplot
from .utils import atnt_database_directory
......
......@@ -23,6 +23,8 @@ import bob
import xbob.db.atnt
import os, sys
import numpy, math
import matplotlib
matplotlib.use('pdf')
from matplotlib import pyplot
from .utils import atnt_database_directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment