Skip to content

Commit 30597f4

Browse files
committed
TODO: Arrowheads
1 parent d44d465 commit 30597f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plotly/plotlyfig_aux/handlegraphics/updateQuiver.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
udata = reshape(quiver_data.UData,1,size(quiver_data.UData,1)*size(quiver_data.UData,1));
6565
vdata = reshape(quiver_data.VData,1,size(quiver_data.VData,1)*size(quiver_data.VData,1));
6666

67+
%------------------------------------------------------------------------%
68+
% JNJ: Need to implement the arrowheads!!! Bit of an oversight...!
69+
% Also, compare Python plotly arrowheads to the matlab arrowheads...
70+
% At the same time, we might make sure the line length adjusts
71+
% appropriately.
72+
% Might as well make arrowheads scaleable, too.
6773
%------------------------------------------------------------------------%
6874

6975
%-quiver x-%

0 commit comments

Comments
 (0)