plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.07k stars 2.54k forks source link

decouple cone-size and cone-color #2512

Open ashwin-nayak opened 4 years ago

ashwin-nayak commented 4 years ago

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.

ipcamit commented 2 years ago

Does any solution exist for it now?