Plotting (gwpy.plot)#

Utilities for visualising GW data with Matplotlib.

The standard data types (TimeSeries, Table, DataQualityFlag, …) can all be easily visualised using the relevant plotting objects, with many configurable parameters both interactive, and in saving to disk.

See also

Classes#

Axes(fig, *args, **kwargs)

GWpy customised Axes.

BodePlot(*filters[, dB, frequencies])

A Plot class for visualising transfer functions.

Plot(*data, **kwargs)

An extension of the core matplotlib Figure.

SegmentAxes(*args[, xscale, insetlabels])

Custom Axes to display segments.

Class Inheritance Diagram#

Inheritance diagram of gwpy.plot.axes.Axes, gwpy.plot.bode.BodePlot, gwpy.plot.plot.Plot, gwpy.plot.segments.SegmentAxes