polartoolkit.Figure.add_simple_basemap#
- Figure.add_simple_basemap(version=None, transparency=0, pen='0.2p,black', grounded_color='grey', floating_color='skyblue')[source]#
Add a simple basemap to a figure with grounded ice / land shown as grey and floating ice as blue.
- Parameters:
version (str | None, optional) – version of shapefile to use, by default is ‘BAS’ for north hemisphere, ‘measures-v2’ for south hemisphere, and ‘gmt’ (GSHHG from GMT) if a different EPSG projection is set (other than 3031 or 3413).
transparency (int, optional) – transparency of all the plotted elements, by default 0
pen (str, optional) – GMT pen string for the coastline, by default “0.2p,black”
grounded_color (str, optional) – color for the grounded ice, by default “grey”
floating_color (str, optional) – color for the floating ice, by default “skyblue”
- Return type: