I have a data set with range values values (1st dimension) from 0 to 180 and would like to plot them on a radar graph making the range 360 so the data is consolidated on the right half of the graph but I can't seem to figure it out. If it helps, the plots are polars for sailboats using true wind angle as the first dimension, true wind speed as the second and velocity as the expression.
Answers or suggestions are greatly appreciated. Thanks