csep.core.catalogs.CSEPCatalog.plot

CSEPCatalog.plot(ax=None, show=False, extent=None, set_global=False, **kwargs)

Plots the catalog epicenters.

See csep.utils.plots.plot_catalog() for a description of keyword arguments.

Parameters:
  • ax (matplotlib.pyplot.axes) – Previous axes onto which catalog can be drawn

  • show (bool) – If True, shows the figure.

  • extent (list) – Force an extent [lon_min, lon_max, lat_min, lat_max]

  • set_global (bool) – Whether to plot using a global projection

  • **kwargs (dict) – Keyword arguments passed to csep.utils.plots.plot_catalog()

Returns:

matplotlib.Axes.axes

Return type:

axes