Skip to content

Commit bc1b9e1

Browse files
committed
change Axes import
1 parent 6aaaa3e commit bc1b9e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mw_plot/mw_plot_matplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pylab as plt
1010
from matplotlib.colors import LinearSegmentedColormap
1111
from matplotlib.figure import Figure
12-
from matplotlib.axes._subplots import Axes
12+
from matplotlib.axes import Axes
1313

1414
from mpl_toolkits.axes_grid1 import make_axes_locatable
1515
from mw_plot.mw_plot_masters import MWPlotMaster, MWSkyMapMaster, rgb2gray

0 commit comments

Comments
 (0)