skrf.plotting.plot_it_all¶
- skrf.plotting.plot_it_all(self, *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
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()