Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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!
Solved! Go to Solution.
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.
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.
it did not work unless i did not do it correctly
You need alpha/deg on the x-axis, with the upper limit set to 10. It works, because I just tried it.
Thank you !!