We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb27df9 + b563654 commit 4dcf529Copy full SHA for 4dcf529
1 file changed
plotly/plotlyfig_aux/handlegraphics/updateSurfaceplot.m
@@ -46,6 +46,9 @@
46
%-surface z-%
47
obj.data{surfaceIndex}.z = image_data.ZData;
48
49
+ %-surface Color-%
50
+ obj.data{surfaceIndex}.surfacecolor = image_data.CData;
51
+
52
else
53
54
%-surface type-%
0 commit comments