TNO Intern

Commit 47717a89 authored by Arjo Segers's avatar Arjo Segers
Browse files

Plot country borders by default.

parent b12f8152
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#   Use cartopy for map plots.
#
# 2024-08, Arjo Segers
#   By default plot country borders.
#   Made facecolor of lakes transparant.
#

@@ -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)