Skip to content

Commit 4dcf529

Browse files
authored
Merge pull request #1 from 3alimoh/3alimoh-patch-1
Update updateSurfaceplot.m
2 parents eb27df9 + b563654 commit 4dcf529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plotly/plotlyfig_aux/handlegraphics/updateSurfaceplot.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
%-surface z-%
4747
obj.data{surfaceIndex}.z = image_data.ZData;
4848

49+
%-surface Color-%
50+
obj.data{surfaceIndex}.surfacecolor = image_data.CData;
51+
4952
else
5053

5154
%-surface type-%

0 commit comments

Comments
 (0)