simpeg.electromagnetics.natural_source.survey.Data.plot_tip_amp#
- Data.plot_tip_amp(location, components=('zx', 'zy'), ax=None, errorbars=False, comp_plot_dict={'xx': {'color': 'green', 'label': 'Imp_xx', 'ls': 'None', 'marker': '_'}, 'xy': {'color': 'blue', 'label': 'Imp_xy', 'ls': 'None', 'marker': '_'}, 'yx': {'color': 'red', 'label': 'Imp_yx', 'ls': 'None', 'marker': '_'}, 'yy': {'color': 'yellow', 'label': 'Imp_yy', 'ls': 'None', 'marker': '_'}, 'zx': {'color': 'brown', 'label': 'Tip_zx', 'ls': 'None', 'marker': '_'}, 'zy': {'color': 'purple', 'label': 'Tip_zy', 'ls': 'None', 'marker': '_'}})[source]#
Plot tipper amplitude curves at a given location
- Parameters:
location (
axes
) – Location of the data pointcomponents (list) – List of the components to plot. Default = [‘xy’,’yx’]
ax (
axes
) – The ax object to add the, , Default: Noneerrorbars (bool) – Controls if errorbars are plotted Default = True
comp_plot_dict (dict) – Dictionary with additional kwargs for matplotlib.plot