Hi, I’m using plotlyjs
backend to make a simple quiver plot, it looks like this
where arrow heads are not shown. If I switch to GR
I get the following wit arrow heads
So how do I make arrow heads shown with plotlyjs
? I tried arrow=0.1
, arrow=true
etc. without any luck. I searched and couldn’t find any answer.
If not possible under `plotlyjs’, under ‘gr’ how can I change style and size of the arrow heads?
Thanks