-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Colorscale attribute descriptions in cone traces are off #2723
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
Comments
No this is correct. There's no |
Ok, that makes sense. Thanks for the info. I guess the less critical issue is that the default descriptions on other color-related properties still refer to a e.g. The description of Since these descriptions will now be included as Python docstrings it would be nice to get the "u/v/w norm" language in there at some point. And the cone trace looks awesome BTW! |
Oops. Thanks for letting us know! |
Is it a future possibility to allow user setting |
I agree with @jzthree that direct control of the color can be really useful in some cases. |
In trying out the new cone trace in plotly/plotly.py#942 I noticed that the
color
property for this trace type isn't included in thedist/plotly-schema.json
file (at least for 1.38.2). If I understand correctly there should be acone.color
property alongsidecone.colorscale
,cone.cmin
, etc.Here's a screenshot of my editor with all of the property bodies collapsed.
For context, I found this because the
Cone
Python class generated from the schema was missing acolor
property 🙂The text was updated successfully, but these errors were encountered: