skrf.vectorFitting.VectorFitting.plot_s_mag

VectorFitting.plot_s_mag(

Plots the magnitude in linear scale of the scattering parameter response(s) in the fit.

Parameters:
  • *args (any, optional) – Additonal arguments to be passed to plot().

  • **kwargs (dict, optional) – Additonal keyword arguments to be passed to plot().

Returns:

matplotlib axes used for drawing. Either the passed ax argument or the one fetch from the current figure.

Return type:

matplotlib.Axes

Notes

This simply calls plot('mag', *args, **kwargs).