Skip to content

Commit f432804

Browse files
authored
Merge pull request #287 from plotly/issue253
fix issue 253
2 parents 23e1ca1 + 62d8615 commit f432804

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)