4.10.1.3. eqcorrscan.utils.plotting.detection_multiplot¶
-
eqcorrscan.utils.plotting.
detection_multiplot
(stream, template, times, streamcolour='k', templatecolour='r', save=False, savefile=None, size=(10.5, 7.5), title=None)[source]¶ Plot a stream of data with a template on top of it at detection times.
Parameters: - stream (obspy.core.stream.Stream) Stream of data to be plotted as the background.
- template (obspy.core.stream.Stream) Template to be plotted on top of the base stream.
- times (list) list of times of detections in the order of the channels in template.
- streamcolour (str) String of matplotlib colour types for the stream
- templatecolour (str) Colour to plot the template in.
- save (bool) False will plot to screen, true will save plot and not show to screen.
- savefile (str) Filename to save to, required for save=True
- size (tuple) Figure size.
- title (str) Title for plot.
Returns: