finesse.plotting.plot.bode

finesse.plotting.plot.bode(f, *Y, axs=None, return_axes=True, figsize=(6, 6), **kwargs)[source]

Create a Bode plot for a complex array.

Examples

>>> axs = bode(f, CLG, label='CLG')
>>> bode(f, CHR, axs=axs, label='CHR')