polar#
Purpose#
Graph data using polar coordinates.
Note
This function is for use only with the deprecated PQG graphics.
Library#
pgraph
Format#
- polar(radius, theta)#
- Parameters:
radius (Nx1 or NxM matrix) – Each column contains the magnitude for a particular line.
theta (Nx1 or NxM matrix) – Each column represents the angle values for a particular line.
Source#
polar.src