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

Polish

parent 1c476578
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,6 @@ if __name__ == "__main__":
projection = ccrs.PlateCarree()
##projection = ccrs.NorthPolarStereo()
ax = plt.axes(projection = projection)
plt.suptitle(f"k = {args.k}")
if args.grid:
lon_2d, lat_2d = np.meshgrid(longitude[lon_mask], latitude[lat_mask])
......@@ -227,6 +226,7 @@ if __name__ == "__main__":
marker = "+", color = "gray", linestyle = "None")
if args.window is None: plot_grid_bb(args.shp_tr_dir, ax)
plt.suptitle(f"k = {args.k}")
snapshot(args.k, args.shp_tr_dir, args.window, dashed = args.dashed,
light = args.light)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment