finesse.analysis.actions.lti.FrequencyResponseSolution.plot_inputs

FrequencyResponseSolution.plot_inputs(*inputs, axs=None, max_width=12, show_unity=False, **kwargs)[source]

Plot all transfer functions on a NxM grid with a max_width.

Parameters
inputs*,

Names of inputs for each subplot

axs_type_, optional

Matplotlib axes to draw on

max_widthint, optional

Maximum number of subplots in width

show_unitybool, optional

Plot a line where unity is

Returns
figure, axes

Matplotlib figure and axes to plot on