Last Update: 2/19/2019
Polar-from-XYCoordinates
If you have XY data in cartesian coordinate and want to plot them in the polar coordinate, you can follow the below steps to calculate the corresponding theta and radius data and plot a polar graph.
atan2(Col(B),Col(A))/pi*180
sqrt(Col(A)^2+Col(B)^2)
Keywords:X Y Coordinates, polar coordinate, theta, radius
Minimum Origin Version Required: 8.0 SR6