mwavepy.network.Network.plot_passivity

Network.plot_passivity(port=None, ax=None, show_legend=True, *args, **kwargs)

plots the passivity of a network, possibly for a specific port.

Parameters :

port: int :

calculate passivity of a given port

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

Examples

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

Previous topic

mwavepy.network.Network.nudge

Next topic

mwavepy.network.Network.plot_polar_generic

This Page