Parameters: |
- filename (str (optional)) Name of output file
- show_coverage (bool (optional)) Enable/disable second axes with representation of
data coverage time intervals.
- show_percentiles (bool (optional)) Enable/disable plotting of approximated
percentiles. These are calculated from the binned histogram and
are not the exact percentiles.
- percentiles (list of ints) percentiles to show if plotting of percentiles is
selected.
- show_noise_models (bool (optional)) Enable/disable plotting of noise models.
- grid (bool (optional)) Enable/disable grid in histogram plot.
- show (bool (optional)) Enable/disable immediately showing the plot.
|