wiggle_plot

wiggle_plot(data, xrec=None, time_axis=None, *, t_scale=1.5, new_fig=True)

Generate a classic wiggle plot for data.

data can be an ndarray or seismic container. When xrec or time_axis are omitted they are inferred from the headers when possible.

Back to top