plot complex data in polar format.
Parameters : | z : array-like, of complex data
x_label : string
y_label : string
title : string
show_legend : Boolean
ax : matplotlib.axes.AxesSubplot object
*args,**kwargs : passed to pylab.plot |
---|
See also