| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Nickolas Fotopoulos <nvf@gravity.phys.uwm.edu>
|
|||
|
PlotSegmentsPlot Represent a plotsegments plot. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Plots a glue.segments.segmentlistdict using the PlotSegmentsPlot class from
pylal.plotutils.
Arguments:
segdict : glue.segments.segmentlistdict
dictionary of (name, segmentlist) pairs to plot.
outfile : str
filepath to write to
Keyword arguments:
keys : list
ordered list of keys to use in this order on the plot
t0 : float
GPS time around which to zero plot
highlight_segments : glue.segments.segmentlistdict
list of segments to highlight with vertical red dashed lines
insetlabels : [ True | False ]
write labels inside the plot axis
Unnamed keyword arguments:
xlabel : string
label for x-axis
ylabel : string
label for y-axis
title : string
title for plot
subtitle : string
subtitle for plot
bbox_inches : str
use "tight" to get a bounding box tight to the axis.
|
Plots a histogram of segment duration for each entry in the
glue.segments.segmentlistdict segdict.
Arguments:
segdict : glue.segments.segmentlistdict
list of segments with which to veto triggers, use dict for multiple
datasets
outfile : string
string path for output plot
Keyword arguments:
keys : [ str | list]
ordered list of keys to use in this order on the plot
num_bins : int
number of bins.
Unnamed keyword arguments:
logx : [ True | False ]
display x-axis in log scale
logy : [ True | False ]
display y-axis in log scale
xlim : tuple
(xmin,xmax) limits for x-axis
ylim : tuple
(ymin,ymax) limits for y-axis
xlabel : string
label for x-axis
ylabel : string
label for y-axis
title : string
title for plot
subtitle : string
subtitle for plot
bbox_inches : str
use "tight" to get a bounding box tight to the axis.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:41 2017 | http://epydoc.sourceforge.net |