gwsumm.plot package¶
Subpackages¶
Submodules¶
- gwsumm.plot.builtin module
- gwsumm.plot.core module
DataPlotDataPlot.DRAW_PARAMSDataPlot.add_channel()DataPlot.add_hvlines()DataPlot.allchannelsDataPlot.apply_parameters()DataPlot.channelsDataPlot.defaultsDataPlot.draw()DataPlot.endDataPlot.finalize()DataPlot.from_ini()DataPlot.get_channel_groups()DataPlot.hrefDataPlot.ifosDataPlot.init_plot()DataPlot.logxDataPlot.logyDataPlot.outputfileDataPlot.parse_legend_kwargs()DataPlot.parse_list()DataPlot.parse_plot_kwargs()DataPlot.parse_rcParams()DataPlot.pidDataPlot.process()DataPlot.spanDataPlot.startDataPlot.stateDataPlot.tagDataPlot.type
SummaryPlot
- gwsumm.plot.mixins module
- gwsumm.plot.noisebudget module
- gwsumm.plot.range module
GWpyTimeVolumeDataPlotRangeCumulativeHistogramPlotRangeCumulativeSpectrumDataPlotRangeDataHistogramPlotRangeDataPlotRangePlotMixinRangeSpectrogramDataPlotRangeSpectrumDataPlotSimpleTimeVolumeDataPlotSimpleTimeVolumeDataPlot.DRAW_PARAMSSimpleTimeVolumeDataPlot.calculate_time_volume()SimpleTimeVolumeDataPlot.combined_time_volume()SimpleTimeVolumeDataPlot.dataSimpleTimeVolumeDataPlot.defaultsSimpleTimeVolumeDataPlot.draw()SimpleTimeVolumeDataPlot.from_ini()SimpleTimeVolumeDataPlot.parse_plot_kwargs()SimpleTimeVolumeDataPlot.pidSimpleTimeVolumeDataPlot.type
- gwsumm.plot.registry module
- gwsumm.plot.segments module
DutyDataPlotNetworkDutyBarPlotNetworkDutyPiePlotODCDataPlotSegmentBarPlotSegmentDataPlotSegmentDataPlot.DRAW_PARAMSSegmentDataPlot.add_flag()SegmentDataPlot.add_legend()SegmentDataPlot.allflagsSegmentDataPlot.dataSegmentDataPlot.defaultsSegmentDataPlot.draw()SegmentDataPlot.flagsSegmentDataPlot.from_ini()SegmentDataPlot.get_channel_groups()SegmentDataPlot.get_segment_color()SegmentDataPlot.ifosSegmentDataPlot.init_plot()SegmentDataPlot.paddingSegmentDataPlot.parse_plot_kwargs()SegmentDataPlot.pidSegmentDataPlot.type
SegmentHistogramPlotSegmentPiePlotStateVectorDataPlotcommon_limits()tint_hex()
- gwsumm.plot.sei module
- gwsumm.plot.utils module
Module contents¶
A Plot is a representation of an image to be included in the HTML output a tab.
For simple purposes, a Plot is just a reference to an existing image file
that can be imported into an HTML page via the <img> tag.
For more complicated purposes, a number of data plot classes are provided to allow users to generate images on-the-fly. The available classes are:
|
DataPlot of some TimeSeries data. |
|
DataPlot a Spectrogram |
|
Segment plot of one or more DataQualityFlags <DataQualityFlag>. |
|
DataPlot of some StateVector data. |
|
Spectrum plot for a SummaryTab |
|
HistogramPlot from a Series |
|
Custom time-series plot to handle discontiguous TimeSeries. |
|
HistogramPlot from a LIGO_LW Table |
|
TimeSeriesDataPlot of trigger rate. |