Thanks for all the time you've spent bringing Plotly to Rust.
I am trying to create ScatterPolar plots with custom ranges, rather than 0-359° The Python documentation shows options under layout.polar.angularaxis, but I can't seem to find any equivalent here. Do I have any options to modify the units/labels?
If it isn't possible to change the range of the angular axis, is it possible to hide the numeric labels on the angular axis?
Thanks for all the time you've spent bringing Plotly to Rust.
I am trying to create
ScatterPolarplots with custom ranges, rather than 0-359° The Python documentation shows options under layout.polar.angularaxis, but I can't seem to find any equivalent here. Do I have any options to modify the units/labels?If it isn't possible to change the range of the angular axis, is it possible to hide the numeric labels on the angular axis?