plot#

TouchstoneData.plot(index_couples=None, show=True)#

Plot a list of curves.

Parameters:
index_coupleslist, optional

List of indexes couple to plot. The default value is None to plot all port_tuples.

showbool

Whether to plot. The default value is True.

Returns:
matplotlib.plt