obspy.imaging.source._setup_figure_and_axes

_setup_figure_and_axes(kind, fig=None, subplot_size=4.0, **kwargs)[source]

Setup figure for Event plot.

Parameters:
Return type:

tuple

Returns:

A 3-tuple with a Figure, a list of Axes and a list of strings with corresponding plotting options for each axes (see obspy.core.event.event.Event.plot(), parameter kind).