Polar

In polar coordinates a point is defined by an angle and a distance from the origin
There is no built-in chart type but it is possible to convert the polar coordinate (r,t) into a standard (x,y) coordinate


x = r * sin(radians(t))
y = r * cos(radians(t))






© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext