obspy.imaging.maps.plot_map

plot_map(method, *args, **kwargs)[source]

Creates a map plot with a data point scatter plot.

Parameters:method (str)

Method to use for plotting. Possible values are:

  • 'basemap' to use the Basemap library. For other arguments, see the plot_basemap() function.
  • 'cartopy' to use the Cartopy library. For other arguments, see the plot_cartopy() function.
  • None to use either the Basemap or Cartopy library, whichever is available.