plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

Create quiver plot example using `marker.angle`and `marker.size`

Open LiamConnors opened this issue 2 years ago • 3 comments

Create a quiver plot example for the docs that uses marker.angleand marker.size

LiamConnors avatar Jun 01 '23 18:06 LiamConnors

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...

SSivakumar12 avatar Sep 28 '24 18:09 SSivakumar12

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

LiamConnors avatar Oct 01 '24 20:10 LiamConnors

ahh apologies my bad, I misunderstood the intent of the issue.

SSivakumar12 avatar Oct 14 '24 18:10 SSivakumar12