You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the face of it, something like geocat.viz.plot.CurlyVector() might be able to replicate vcres@vcGlyphStyle = "CurlyVector". matplotlib has a FancyArrowPatch; we just need a function that computes whatever parameters it needs and calls plt.quiver() on the results.
The text was updated successfully, but these errors were encountered:
On the face of it, something like
geocat.viz.plot.CurlyVector()
might be able to replicatevcres@vcGlyphStyle = "CurlyVector"
. matplotlib has a FancyArrowPatch; we just need a function that computes whatever parameters it needs and callsplt.quiver()
on the results.The text was updated successfully, but these errors were encountered: