obspy.imaging.maps

Module for basemap related plotting in ObsPy.

copyright:The ObsPy Development Team (devs@obspy.org)
license:GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Public Functions

plot_basemap Creates a basemap plot with a data point scatter plot.
plot_cartopy Creates a Cartopy plot with a data point scatter plot.
plot_map Creates a map plot with a data point scatter plot.

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

_plot_basemap_into_axes Creates a (or adds to existing) basemap plot with a data point scatter plot in given axes.