Hello,
The standard TGraphPolar 0 (radians or degrees) is on the right side of the plot. I would like it to be at the top, with the angles still going from 0 to 360. Is this possible?
Hello,
The standard TGraphPolar 0 (radians or degrees) is on the right side of the plot. I would like it to be at the top, with the angles still going from 0 to 360. Is this possible?
Hello @LeWhoo,
let me add in the loop @couet. You also may want to have a look at this old post answering your very same question. The proposed solution there is to modify your angles (add pi/2) and define your own labels.
Cheers,
Monica
Thank you, this worked!
However, both the documentation and the class itself could benefit from some more love. For example, when set to degrees, the SetAxisAngle() should be provided in degrees, but SetRangePolar in radians.
You can open an issue on our github repo with your desired changes, or you can even contribute to the ROOT project and commit the changes yourself!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.