Skip to content
Snippets Groups Projects
Commit 569da9c7 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 193f6561
No related branches found
No related tags found
No related merge requests found
......@@ -70,12 +70,10 @@ with netCDF4.Dataset(args.input_file) as f:
lat_2d[undef_velocity].reshape(-1), transform = src_crs,
marker = "*", color = "violet", linestyle = "None")
else:
quiver_return = ax.quiver(longitude[lon_mask],
latitude[lat_mask],
quiver_return = ax.quiver(longitude[lon_mask], latitude[lat_mask],
ugos[lat_mask][:, lon_mask],
vgos[lat_mask][:, lon_mask],
scale = args.scale,
scale_units = "width",
scale = args.scale, scale_units = "width",
transform = src_crs)
plt.quiverkey(quiver_return, 0.9, 0.9, 1, r"1 m s$^{-1}$",
coordinates = "figure")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment