mtuq.graphics._plot_dc

mtuq.graphics._plot_dc(filename, da, show_best=True, colormap='hot', backend=<function _plot_dc_matplotlib>, squeeze='min', **kwargs)[source]

Plots DataArray values over strike, dip, slip

Keyword arguments

colormap (str) Color palette used for plotting values (choose from GMT or MTUQ built-ins)

show_best (bool): Show where best-fitting moment tensor falls in terms of strike, dip, slip

squeeze (str): By default, 2-D surfaces are obtained by minimizing or maximizing. For slices instead, use slice_min or slice_max.

backend (function): Choose from _plot_dc_matplotlib (default) or user-supplied function