Loading py/cso_plot.py +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ # Use cartopy for map plots. # # 2024-08, Arjo Segers # By default plot country borders. # Made facecolor of lakes transparant. # Loading Loading @@ -160,6 +161,7 @@ class Figure(object): # default map settings: bkwargs = {} bkwargs["projection"] = "cyl" bkwargs["countries" ] = True bkwargs["coastlines"] = True # replace by arguments: bkwargs.update(bmp) Loading Loading
py/cso_plot.py +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ # Use cartopy for map plots. # # 2024-08, Arjo Segers # By default plot country borders. # Made facecolor of lakes transparant. # Loading Loading @@ -160,6 +161,7 @@ class Figure(object): # default map settings: bkwargs = {} bkwargs["projection"] = "cyl" bkwargs["countries" ] = True bkwargs["coastlines"] = True # replace by arguments: bkwargs.update(bmp) Loading