plots the scattering parameter on a smith chart
plots indices m, n, where m and n can be integers or lists of integers.
Parameters : | m : int, optional
n : int, optional
ax : matplotlib.Axes object, optional
show_legend : boolean, optional
*args : arguments, optional
**kwargs : keyword arguments, optional
|
---|
See also
plot_vs_frequency_generic, smith
Examples
>>> myntwk.plot_s_smith()
>>> myntwk.plot_s_smith(m=0,n=1,color='b', marker='x')