Skip to content

Commit 8af0338

Browse files
Merge pull request #379 from plotly/fix_issues_and_awesome_improvements_in_surfc_functionality
fix issues and awesome improvements in surfc functionality
2 parents ead2ed2 + c7e4d35 commit 8af0338

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)