We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb27df9 commit b563654Copy full SHA for b563654
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