Skip to content

Commit

Permalink
Merge pull request #372 from franz89/patch-1
Browse files Browse the repository at this point in the history
Update roary_plots.py
  • Loading branch information
andrewjpage committed Jan 8, 2018
2 parents bd8cecc + 9bdd76e commit 42c1ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/roary_plots/roary_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ def get_options():
if __name__ == "__main__":
options = get_options()

import matplotlib
matplotlib.use('Agg')

import matplotlib.pyplot as plt
import seaborn as sns

Expand Down

0 comments on commit 42c1ece

Please sign in to comment.