Skip to content

Tag: plotly-python

create custom marked degree for plotly windrose python

Is there a way to add additional degrees in windrose(default degrees marked as every 45° )? what I want to do is, mark degrees at every 22.5° instead of every 45°(0°,22.5°,45°,67.5° and so on). I read the plotly windrose documentation, but couldn’t able to find a suitable way to fix this. code: Answer h…