plot the Network attribute s_deg vs frequency.
Parameters : | m : int, optional
n : int, optional
ax : matplotlib.Axes object, optional
show_legend : Boolean
attribute : string
y_label : string, optional
*args,**kwargs : arguments, keyword arguments
|
---|
Notes
This function is dynamically generated upon Network initialization. This is accomplished by calling plot_vs_frequency_generic()
Examples
>>> myntwk.plot_s_deg(m=1,n=0,color='r')