lons, lats = coords_patch(mask)
fig, ax = plt.subplots()
ax.scatter(lons, lats)