5.13.1.18. eqcorrscan.utils.plotting.threeD_seismplot

eqcorrscan.utils.plotting.threeD_seismplot(stations, nodes, save=False, savefile=None, size=(10.5, 7.5))[source]

Plot seismicity and stations in a 3D, movable, zoomable space.

Uses matplotlibs Axes3D package.

Parameters:
  • stations (list) – list of one tuple per station of (lat, long, elevation), with up positive.
  • nodes (list) – list of one tuple per event of (lat, long, depth) with down positive.
  • save (bool) – False will plot to screen, true will save plot and not show to screen.
  • savefile (str) – Filename to save to, required for save=True
  • size (tuple) – Size of figure in inches.
Returns:

matplotlib.figure.Figure

Note

See eqcorrscan.utils.plotting.obspy_3d_plot() for example output.