skrf.plotting.plot_it_all

skrf.plotting.plot_it_all(netw, *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

  • netw (Network) –

See also

plot_s_db, plot_s_deg, plot_s_smith, plot_s_complex

Examples

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