skrf.plotting.plot_complex_rectangular

skrf.plotting.plot_complex_rectangular(z, x_label='Real', y_label='Imag', title='Complex Plane', show_legend=True, axis='equal', ax=None, *args, **kwargs)

plot complex data on the complex plane

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_polar

Next topic

skrf.plotting.plot_complex_polar

This Page