Skip to content

Commit

Permalink
Merge pull request #15 from BlueBrain/fix_deprecated
Browse files Browse the repository at this point in the history
Fixed deprecated matplotlib call
  • Loading branch information
wvangeit committed Jul 17, 2020
2 parents d594353 + b8be96a commit 163ee6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyefe/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

import matplotlib
matplotlib.use('Agg', warn=True) # noqa
matplotlib.use('Agg') # noqa
import matplotlib.pyplot as plt
from matplotlib.backends.backend_pdf import PdfPages

Expand Down

0 comments on commit 163ee6e

Please sign in to comment.