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:

  • 'cartopy' to use the Cartopy library. For other arguments, see the plot_cartopy() function.

  • None will use the Cartopy library since it is the only supported method right now.