Skip to content

Commit 9867db5

Browse files
committed
added missing library
1 parent 2bea926 commit 9867db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyspod/postprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from scipy.io import loadmat
77
import matplotlib as mpl
88
import matplotlib.pyplot as plt
9+
from mpl_toolkits.axes_grid1 import make_axes_locatable
910
from matplotlib import animation
1011
mpl.rc('figure', max_open_warning = 0)
1112
from os.path import splitext

0 commit comments

Comments
 (0)