plot a Network attribute vs frequency.
Parameters : | attribute : string
y_label : string, optional
m : int, optional
n : int, optional
ax : matplotlib.Axes object, optional
show_legend : Boolean
**kwargs : keyword arguments
|
---|
Notes
All rectangular plotting commands (ie plot_s_db(), plot_s_deg()) call this function and just pass through **kwargs and *args
Examples
to plot the magnitude of the s-parameters one would use,
>>> myntwk.plot_vs_frequency_generic(attribute= 's_mag')