We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a0899 commit d0398abCopy full SHA for d0398ab
plotly/plotlyfig_aux/handlegraphics/updateQuiver.m
@@ -51,8 +51,10 @@
51
col = 255*quiver_data.Color;
52
obj.data{quiverIndex}.line.color = ['rgb(' num2str(col(1)) ',' num2str(col(2)) ',' num2str(col(3)) ')'];
53
54
-%-quiver line color-%
55
-obj.data{quiverIndex}.line.width = quiver_data.LineWidth;
+%------------------------------------------------------------------------%
+
56
+%-quiver line width-%
57
+obj.data{quiverIndex}.line.width = 2 * quiver_data.LineWidth;
58
59
%------------------------------------------------------------------------%
60
0 commit comments