Create quiver plot example using `marker.angle`and `marker.size`
Create a quiver plot example for the docs that uses marker.angleand marker.size
I might be missing something so apologies but it looks like there is already documentation for this: https://plotly.com/python/quiver-plots/.
Looking at the codebase for the functions that creates the quiver plot (https://github.com/plotly/plotly.py/blob/master/packages/python/plotly/plotly/figure_factory/_quiver.py) as well, it looks it is reasonably documented?
Unless I'm missing something, I think this issue can be closed...
Thanks @SSivakumar12
There is indeed a great example there https://plotly.com/python/quiver-plots/
It uses Figure Factory though and it would be great to instead build an example that uses Plotly Graph Objects directly using the relatively new marker.angle and marker.size
ahh apologies my bad, I misunderstood the intent of the issue.