skrf.network.Network.plot_it_all

Network.plot_it_all(*args, **kwargs)[source]

Plot dB, deg, smith, and complex in subplots.

Plots the magnitude in dB in subplot 1, the phase in degrees in subplot 2, a smith chart in subplot 3, and a complex plot in subplot 4.

Parameters:
  • *args (arguments, optional) – passed to the matplotlib.plot command

  • **kwargs (keyword arguments, optional) – passed to the matplotlib.plot command

Examples

>>> from skrf.data import ring_slot
>>> ring_slot.plot_it_all()