mtuq.graphics.attrs.PyGMTUtilities.draw_coastlines

static PyGMTUtilities.draw_coastlines(fig, area_thresh=100, water_color='paleturquoise', water_transparency=55)[source]

Draws coastlines and fills water areas with a transparent blue shade.

Parameters

fig (pygmt.Figure): The PyGMT figure object to which the coastlines and water areas will be added.

area_thresh (int, optional): The minimum area of land to be displayed. Defaults to 100.

water_color (str, optional): The color of the water areas. Defaults to ‘paleturquoise’.

water_transparency (int, optional): The transparency of the water areas. Defaults to 55.