plots polar data on a polar plot and optionally label axes.
Parameters : | theta : array-like
r : array-like x_label : string
y_label : string
title : string
show_legend : Boolean
ax : matplotlib.axes.AxesSubplot object
*args,**kwargs : passed to pylab.plot |
---|
See also