csep.core.catalogs.CSEPCatalog.plot

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

Plot catalog according to plate-carree projection

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

  • show (bool) – if true, show the figure. this call is blocking.

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

  • plot_args (optional/dict) – dictionary containing plotting arguments for making figures

Returns:

matplotlib.Axes.axes

Return type:

axes