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

Polish

parent 49beeef7
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ def snapshot(shp_tr_dir, k = None, *, dashed = False, light = False, ...@@ -149,7 +149,7 @@ def snapshot(shp_tr_dir, k = None, *, dashed = False, light = False,
if dashed: lines[0].set_linestyle("dashed") if dashed: lines[0].set_linestyle("dashed")
ax.gridlines(draw_labels = True) ax.gridlines(draw_labels = True)
ax.coastlines() ax.coastlines()
if __name__ == "__main__": if __name__ == "__main__":
import argparse import argparse
......
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