triggers_single_detector_HM.TriggerList.plot_time_hist#

Back to Class page

Summary#

Plots histogram of trigger time offsets from start of file (self.t0)

Signature#

def plot_time_hist(self, ax = None, bins = 1000, **hist_kwargs)
Input variables#

Name

Type

Default

Description

ax

None

Axis to plot into, if available

bins

1000

Number of bins for histogram

\*\*hist_kwargs

Output variables#

Return annotation

Docstring type

Description

None

Axis with histogram, if none passed in

Docstring#

Plots histogram of trigger time offsets from start of file (self.t0)
:param ax: Axis to plot into, if available
:param bins: Number of bins for histogram
:return: Axis with histogram, if none passed in