mwavepy.network.Network.plot_s_smith

Network.plot_s_smith(m=None, n=None, r=1, ax=None, show_legend=True, chart_type='z', *args, **kwargs)

plots the scattering parameter on a smith chart

plots indecies m, n, where m and n can be integers or lists of integers.

Parameters :

m : int, optional

first index

n : int, optional

second index

ax : matplotlib.Axes object, optional

axes to plot on. in case you want to update an existing plot.

show_legend : boolean, optional

to turn legend show legend of not, optional

*args : arguments, optional

passed to the matplotlib.plot command

**kwargs : keyword arguments, optional

passed to the matplotlib.plot command

See also

plot_vs_frequency_generic, smith

Examples

>>> myntwk.plot_s_smith()
>>> myntwk.plot_s_smith(m=0,n=1,color='b', marker='x')

Previous topic

mwavepy.network.Network.plot_s_polar

Next topic

mwavepy.network.Network.plot_vs_frequency_generic

This Page