We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23e1ca1 + 62d8615 commit f432804Copy full SHA for f432804
plotly/plotlyfig_aux/handlegraphics/updateQuiver.m
@@ -49,7 +49,7 @@
49
50
%-quiver line color-%
51
col = 255*quiver_data.Color;
52
-obj.data{quiverIndex}.line.color = ['rgb(' col(1) ',' col(2) ',' col(3) ')'];
+obj.data{quiverIndex}.line.color = ['rgb(' num2str(col(1)) ',' num2str(col(2)) ',' num2str(col(3)) ')'];
53
54
%------------------------------------------------------------------------%
55
0 commit comments