skrf.plotting.plot_complex_polar

skrf.plotting.plot_complex_polar(z, x_label=None, y_label=None, title=None, show_legend=True, axis_equal=False, ax=None, *args, **kwargs)

plot complex data in polar format.

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

See also

plot_rectangular
plots rectangular data
plot_complex_rectangular
plot complex data on complex plane
plot_polar
plot polar data
plot_complex_polar
plot complex data on polar plane
plot_smith
plot complex data on smith chart

Previous topic

skrf.plotting.plot_complex_rectangular

Next topic

touchstone (skrf.touchstone)

This Page