We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ead2ed2 + c7e4d35 commit 8af0338Copy full SHA for 8af0338
plotly/plotlyfig_aux/core/updateData.m
@@ -33,6 +33,8 @@
33
updateFmesh(obj, dataIndex);
34
elseif strcmpi(obj.PlotOptions.TreatAs, 'mesh')
35
updateMesh(obj, dataIndex);
36
+ elseif strcmpi(obj.PlotOptions.TreatAs, 'surfc')
37
+ updateSurfc(obj, dataIndex);
38
39
% this one will be revomed
40
elseif strcmpi(obj.PlotOptions.TreatAs, 'streamtube')
0 commit comments