I am trying to make a quiver plot using Plots. Unfortunatley, the heads of the arrows keeps being way to large for the plot to be usable. I have been trying various arguments to change this, but nothing seems to help.
I have tried changing the size pf the plot plane (size), the line width, the markersize, the input to arrow. Nothing seems to change and the arrow heads keeps being large blobs.
Reducing the number of gridpoints in the vertical direction will give more space for arrows & their heads and make the quiver plot look more natural and balanced. Try just eliminating half the data in the vertical direction.
I can remove some data, and that might be good for independent reasons. But the arrow heads are still the same size and look ludicrous when they are waaaay larger than the arrow body.
Yes, I saw a good version in Makie as well. But I have everything else in a complicated plot in place and would rather avoid learning an entirely new plotting language for a single figure.