We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a128f commit 39cdaccCopy full SHA for 39cdacc
plotly/plotlyfig_aux/handlegraphics/updateQuiver.m
@@ -51,8 +51,8 @@
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;
+%-quiver line width-%
+obj.data{quiverIndex}.line.width = 2 * quiver_data.LineWidth;
56
57
%------------------------------------------------------------------------%
58
0 commit comments