I’m trying to get polar plot for my data which has angles in radians vs pressure. My data is always in radians. So want to show the polar plot with labels showing from 0 to 2*pi. I converted the data to degrees and my intention was to just show the x axis labels in radians. I’m able to achieve that. But my tooltip shows the values in Pi.. I want them to show in radians. How do I achieve that?
The tooltip showing values in PI.. The goal was to just rename labels..
Also, my formatfunction in x-axis labels doesn’t seem to kick in. Its the other format function which takes the angles from the data that is working. Am I implementing it wrong?