Skip to content

Commit 39cdacc

Browse files
fix issue #253. matlab linewidth by 2
1 parent f2a128f commit 39cdacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/plotlyfig_aux/handlegraphics/updateQuiver.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
col = 255*quiver_data.Color;
5252
obj.data{quiverIndex}.line.color = ['rgb(' num2str(col(1)) ',' num2str(col(2)) ',' num2str(col(3)) ')'];
5353

54-
%-quiver line color-%
55-
obj.data{quiverIndex}.line.width = quiver_data.LineWidth;
54+
%-quiver line width-%
55+
obj.data{quiverIndex}.line.width = 2 * quiver_data.LineWidth;
5656

5757
%------------------------------------------------------------------------%
5858

0 commit comments

Comments
 (0)