def after_axes(cd): surge.days_figure_title(cd) addgauges(cd)
def after_axes_slice(cd, y_bounds=[-1, 1]): surge.days_figure_title(cd) for x in cd.user['island_x']: plt.plot([x, x], y_bounds, 'k--')
def after_axes_slice(cd, y_bounds=[-1, 1]): surge.days_figure_title(cd) for x in cd.user["island_x"]: plt.plot([x, x], y_bounds, "k--")
def after_axes(cd): surge.days_figure_title(cd) addgauges(cd) plt.plot(cd.user['island_x'], cd.user['island_y'], 'k--')
def after_axes(cd): surge.days_figure_title(cd) addgauges(cd) plt.plot(cd.user["island_x"], cd.user["island_y"], "k--")