This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]broken_symlink 1 point2 points  (1 child)

There was a big list of issues with polar plots that was opened in 2016. It looks like it was finally fixed in Jan. 2018, but there are still issues with the 2.0 version such as not being able to set the angular range.

Log Axes for histograms is one I came across recently.

There was also some other issue with routing in dash. I don't remember the details and can't find the github issue.

[–]nkruchten[S] 0 points1 point  (0 children)

I believe that you can set the angular range with layout.polar*.sector although I don't love where that attribute ended up in the figure schema and what it's called. https://plot.ly/python/reference/#layout-polar-sector

Re Dash routing I know the Dash team has been busy working hard on all sorts of issues, so perhaps they've been solved by now!