plotly.py
plotly.py copied to clipboard
Decoupling cone-size and cone-color
Hey all,
So I was using Cone plots to visualize a 3D vector field in my application, and I found that the Cone-size AND Cone-color are both a function of the norm of the u/v/w vector. It would be useful to 'decouple' this since you can scale the vector with the norm and color it according to another scalar array or vice-versa.
Does any solution exist for it now?