plot_sdata

plot_sdata(image, spacing=None, **kw)

Visualize a single shot record.

image may be a raw ndarray or a :class:SeisBlock or :class:ShotRecord. spacing follows the same rules as in :func:plot_simage.

Back to top