Skip to content

Commit

Permalink
Merge pull request #11 from Pierre-Sassoulas/matplotbug
Browse files Browse the repository at this point in the history
Matplotlib default backend
  • Loading branch information
anazalea authored Jul 20, 2018
2 parents db26e16 + ac389de commit 811a638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysankey/sankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

from collections import defaultdict

import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
Expand Down

0 comments on commit 811a638

Please sign in to comment.