skrf.vectorFitting.VectorFitting.plot_s_re

VectorFitting.plot_s_re(

Plots the real part 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('re', *args, **kwargs).