![]() | Download Help (Windows Only) |
Owning Class: plots
Requires: MathScript RT Module
polar(x, y)
polar(x, y, attributes)
Generates a polar coordinates plot.
Name | Description | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
x | Specifies a vector of the angle (measured in radians) between the positive x-axis and a straight line from the plot point to the center of the polar plot. | ||||||||||||||||||||||||||||||||||
y | Specifies a vector of the distance from the plot point to the center of the polar plot. | ||||||||||||||||||||||||||||||||||
attributes | Specifies valid plot attributes. Order the plot attributes by color, point style, and line style. For example, 'bo-' specifies that the plot is blue, marks points with circles, and uses solid lines. attributes is a string that accepts a combination of the following values.
|
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | No (always ignored) |
Supported on RT targets | No |
x = 0:0.2:5*pi;
polar(x, x, 'rx--')
Helpful
Not Helpful