Skip to main content
14-Alexandrite
March 18, 2014
Solved

Display angle in degree instead of radians in plot

  • March 18, 2014
  • 4 replies
  • 3983 views

Hello,

In my plot, i am showing the angle in radians(X-axis). how can i display it in degrees w/o changing the plot? Thanks!

Best answer by StuartBruff

Divide the angle by 'deg' in your x-axis (not the y-axis as you will still be calculating in radians) and change any fixed limits in your plots to reflect the value in degrees.

4 replies

23-Emerald V
March 18, 2014

Divide the angle by 'deg' in your x-axis (not the y-axis as you will still be calculating in radians) and change any fixed limits in your plots to reflect the value in degrees.

SFares14-AlexandriteAuthor
14-Alexandrite
March 18, 2014

it did not work unless i did not do it correctly

19-Tanzanite
March 18, 2014

You need alpha/deg on the x-axis, with the upper limit set to 10. It works, because I just tried it.