5.10.1.8. eqcorrscan.utils.plotting.NR_plot¶
-
eqcorrscan.utils.plotting.
NR_plot
(stream, NR_stream, detections, false_detections=False, size=(18.5, 10), save=False, savefile=None, title=False)[source]¶ Plot Network response alongside the stream used.
Highlights detection times in the network response.
Parameters: - stream Stream to plot
- NR_stream Stream for the network response
- detections (list) List of the detections
- false_detections (list) Either False (default) or list of false detection times
- size (tuple) Size of figure, default is (18.5,10)
- save (bool) Save figure or plot to screen, if not False, must be string of save path.
- title (str) String for the title of the plot, set to False
Returns: class: matplotlib.figure Note
Called by bright_lights, not a general use plot (hence no example)