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
Currently, the arrow class doesn't let you update the coordinates after creating the patch. That is, one must remove the old patch and create a new one just to move the arrows. This seems fairly inefficient.
Would it be possible to add some setter methods to let one change the arrow position and size without recreating a new one?
The motivation for this is that removing and adding a new patch requires a full re-draw (afaik) which is slow.