finesse_virgo.virgo.Virgo.plot_radar

Virgo.plot_radar(readout, dofs=None, sensing_matrix=None, ax=None)[source]

Plots a radar plot for a readout according to the sensing matrix.

Parameters:
readoutstr

Readout to use for sensing dofs.

dofs[str], optional

Degrees of freedom to use when sensing.

sensing_matrixSensingMatrixDC, optional

Sensing matrix to use for the plot, otherwise a new one will be created.

axAxesSubplot

Subplot axes to use when plotting. This is useful if the plot will be added to a grid of several plots. See plot_sensing_matrix().