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)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
None |
Axis to plot into, if available |
|
|
1000 |
Number of bins for histogram |
|
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
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