skrf.plotting.plot_rectangular

skrf.plotting.plot_rectangular(x, y, x_label=None, y_label=None, title=None, show_legend=True, axis='tight', ax=None, *args, **kwargs)

plots rectangular data and optionally label axes.

Parameters :

z : array-like, of complex data

data to plot

x_label : string

x-axis label

y_label : string

y-axis label

title : string

plot title

show_legend : Boolean

controls the drawing of the legend

ax : matplotlib.axes.AxesSubplot object

axes to draw on

*args,**kwargs : passed to pylab.plot

Previous topic

skrf.plotting.plot_smith

Next topic

skrf.plotting.plot_polar

This Page