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) – Additional arguments to be passed to
plot().**kwargs (dict, optional) – Additional keyword arguments to be passed to
plot().
- Returns:
matplotlib axes used for drawing. Either the passed
axargument or the one fetch from the current figure.- Return type:
matplotlib.Axes
Notes
This simply calls
plot('re', *args, **kwargs).