WLJS LogoWLJS Notebook

RadialAxisPlot

RadialAxisPlot[{y1, y2, ..., yn}] generates a radial axis plot where the yi are displayed on radial axes equally spaced around the origin.

  • RadialAxisPlot[{data1, data2, ...}] plots several datasets datai on the axes.

Examples

RadialAxisPlot[{1, 2, 3, 4, 5}]
RadialAxisPlot[{{1, 2, 3, 4, 5}, {2, 3, 4, 5, 1}}]

Please visit the official Wolfram Language Reference for more details.

On this page