Hi,
Iinstead of labels that mark 0 to 360 degrees, I’d like to have the labels mark 0 to 180 clockwise and 0 to -180 degrees counter clockwise. If this is not possible as an option, is there an option for custom labels? If so, could someone provide an example?
The use-case is a rotating radar that has a cable that prevents full 360 degree rotation. It can only traverse 180 degrees clockwise or counterclockwise.
It’s so nice using sector, but from this description
sector
| Sets angular span of this polar subplot with two angles
| (in degrees). Sector are assumed to be spanned in the
| counterclockwise direction with 0 corresponding to
| rightmost limit of the polar subplot.
We would absolutely welcome any PRs on these doc pages… just click on the “edit this page in Github” button in the top-right and let us know what would help
I tried this example, and it worked using fig.update_polars(sector=[-180,180]), but I want clockwise positive, so when I reversed the parameters, fig.update_polars(sector=[180,-180]), the image blew up. Interesting. There’s probably a logical reason for this.
Hi, thank you for the code.
I have a question, is it possible to add labels/names to bars?
So, the labels will be showed outside of the bars.
I will appreciate your help, thanks!