one polar graph based on given input data
{
AGColor color;
AGString+IPort2 legendText => name_of(<-);
AGFloat+IPort2 valuesT[];
AGFloat+IPort2 valuesR[] = {0.1,2,3,2,2,4,5,3,2,3};
};
AGPolarGraph draws one graph of type curve or scatter. The data for the graph is given as R (radius) only or both R and T (theta).
Inherited from AGPrimitive.
graphType
lineStyle
lineWidth
scatterSymbols
symbolFont
symbolHeight
Inherited from AGPolarGraphParams.
A string passed to an AGGraphLegend connected to this AGPolarGraph.
The color of the graph. If the color is unset, the value is retrieved from the graphColors parameter in the connected AGPolarGraphWorld or AGGraphViewport.
Theta (or angle) values for the graph. If unset, values 0, 10, 20, 30, and up to the number of R values are used.
Radius values for the graph. This subobject must be set to plot a polar graph.
examples/polar.v
AGGraphLegend / AGGraphLegendObj
AGGraphViewport / AGGraphViewportObj