Colorscale attribute descriptions in cone traces are off
See original GitHub issueIn 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 the dist/plotly-schema.json
file (at least for 1.38.2). If I understand correctly there should be a cone.color
property alongside cone.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 a color
property 🙂
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
plotly.graph_objects.Cone — 5.11.0 documentation
Attributes such as trace name , graph, axis and colorbar title.text , annotation text rangeselector , updatemenues and sliders label text all support...
Read more >ValueError: Invalid element(s) received for the 'data' property
The reason why you are getting an error it is because the function append_trace() is expecting a single trace in the form you've...
Read more >plotly.js-basic-dist-min | Yarn - Package Manager
Ready-to-use minified plotly.js basic distributed bundle. Contains trace modules bar , pie and scatter . For more info on plotly.js, go to ...
Read more >Chart::Plotly::Trace::Cone::Colorbar - MetaCPAN
DESCRIPTION. This attribute is part of the possible options for the trace cone. This file has been autogenerated from the official plotly.js source....
Read more >Spatial Structure of Cone Inputs to Color Cells in Alert ... - NCBI
Type I cells have very small receptive field centers, often fed by a single cone.B, A blue-on/yellow-off Type II cell. Type II cells,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is it a future possibility to allow user setting
color
property in Cone? That will be very useful like it does in other plot types.I agree with @jzthree that direct control of the color can be really useful in some cases.