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

Clearer default value of window

parent 3505bf84
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ from os import path ...@@ -30,7 +30,7 @@ from os import path
def snapshot(k, shp_tr_dir, *, dashed = False, light = False, def snapshot(k, shp_tr_dir, *, dashed = False, light = False,
new_figure = False, src_crs = ccrs.PlateCarree(), new_figure = False, src_crs = ccrs.PlateCarree(),
projection = ccrs.PlateCarree(), window = None): projection = ccrs.PlateCarree(), window = False):
"""Plots extrema, outermost contours and max-speed contours. """Plots extrema, outermost contours and max-speed contours.
shp_tr_dir: containing the three shapefiles. shp_tr_dir: containing the three shapefiles.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment