Skip to content

Commit 62d8615

Browse files
fix issue 253
1 parent 6d55a95 commit 62d8615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/handlegraphics/updateQuiver.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
%-quiver line color-%
5151
col = 255*quiver_data.Color;
52-
obj.data{quiverIndex}.line.color = ['rgb(' col(1) ',' col(2) ',' col(3) ')'];
52+
obj.data{quiverIndex}.line.color = ['rgb(' num2str(col(1)) ',' num2str(col(2)) ',' num2str(col(3)) ')'];
5353

5454
%------------------------------------------------------------------------%
5555

0 commit comments

Comments
 (0)