diff --git a/doc/source/images/_defs.py b/doc/source/images/_defs.py index dabed078208ff54c0c4e5aca0db03b5286a23a7e..42c864b71ac6e66e0b387845fea83c5a91327b60 100644 --- a/doc/source/images/_defs.py +++ b/doc/source/images/_defs.py @@ -1,3 +1,9 @@ +################################################################ +# Make matplotlib work without X11 +################################################################ +import matplotlib +matplotlib.use('Agg') + ################################################################ # Prepend Kwant's build directory to sys.path ################################################################