Skip to content

Commit

Permalink
updated import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent 4ca8cb0 commit 30d91bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharppy/plot/skew.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def draw_effective_inflow_layer(ax, prof):

def draw_hodo_inset(ax, prof):
# Draw the hodograph axes on the plot.
from mpl_toolkits.axes_grid.inset_locator import inset_axes
from mpl_toolkits.axes_grid1.inset_locator import inset_axes
inset_axes = inset_axes(ax,width=1.7, # width = 30% of parent_bbox
height=1.7, # height : 1 inch
loc=1)
Expand Down

0 comments on commit 30d91bf

Please sign in to comment.