skrf.network.Network.plot_prop_polar
- Network.plot_prop_polar(*args, **kwargs)[source]
plot the Network attribute
{}
vs frequency.- Parameters:
attribute (string) – Network attribute to plot
m (int, optional) – first index of s-parameter matrix, if None will use all
n (int, optional) – secon index of the s-parameter matrix, if None will use all
ax (
matplotlib.Axes
object, optional) – An existing Axes object to plot onshow_legend (Boolean) – draw legend or not
y_label (string, optional) – the y-axis label
*args (arguments, keyword arguments) – passed to
matplotlib.plot()
**kwargs (arguments, keyword arguments) – passed to
matplotlib.plot()
Note
This function is dynamically generated upon Network initialization. This is accomplished by calling
plot_vs_frequency_generic()
Examples
>>> myntwk.plot_{}(m=1,n=0,color='r')