Skip to content

Commit

Permalink
Merge pull request #422 from ReactionMechanismGenerator/fixmplbackend
Browse files Browse the repository at this point in the history
remove deprecated warn keyword
  • Loading branch information
alongd committed Aug 21, 2020
2 parents 9f31acc + 69545cf commit b22df49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Force matplotlib to not use any Xwindows backend.
# This must be called before pylab, matplotlib.pyplot, or matplotlib.backends is imported.
# Do not warn if the backend has already been set, e.g., when running from an IPython notebook.
matplotlib.use('Agg', warn=False, force=False)
matplotlib.use('Agg', force=False)
import matplotlib.pyplot as plt
import numpy as np
import os
Expand Down

0 comments on commit b22df49

Please sign in to comment.