mtuq.graphics._plot_vw

mtuq.graphics._plot_vw(filename, da, show_best=True, show_tradeoffs=False, backend=<function _plot_vw_matplotlib>, **kwargs)[source]

Plots DataArray values on vw rectangle

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 on vw rectangle

title (str): Optional figure title

backend (function): Choose from _plot_vw_gmt (default), plot_vw_matplotlib, or user-supplied function