Skip to content

scatterpolargl line.shape is not supported #6774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexcjohnson opened this issue Nov 6, 2023 · 0 comments · Fixed by #6781
Closed

scatterpolargl line.shape is not supported #6774

alexcjohnson opened this issue Nov 6, 2023 · 0 comments · Fixed by #6781
Labels
bug something broken sev-4 cosmetic

Comments

@alexcjohnson
Copy link
Collaborator

This is included accidentally https://plotly.com/python/reference/scatterpolargl/#scatterpolargl-line-shape because we inherit from scattergl.line:

line: scatterGlAttrs.line,

But scattergl supports hv, vh, hvh, and vhv alongside linear, while these are meaningless in polar, so scatterpolargl should only support linear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken sev-4 cosmetic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant