Skip to content

Commit c7e4d35

Browse files
fix issues and awesome improvements in surfc functionality
1 parent ead2ed2 commit c7e4d35

File tree

2 files changed

+565
-0
lines changed

2 files changed

+565
-0
lines changed

plotly/plotlyfig_aux/core/updateData.m

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
updateFmesh(obj, dataIndex);
3434
elseif strcmpi(obj.PlotOptions.TreatAs, 'mesh')
3535
updateMesh(obj, dataIndex);
36+
elseif strcmpi(obj.PlotOptions.TreatAs, 'surfc')
37+
updateSurfc(obj, dataIndex);
3638

3739
% this one will be revomed
3840
elseif strcmpi(obj.PlotOptions.TreatAs, 'streamtube')

0 commit comments

Comments
 (0)