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:
- Returns:
A 3-tuple with a
Figure
, a list ofAxes
and a list of strings with corresponding plotting options for each axes (seeobspy.core.event.event.Event.plot()
, parameter kind).