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 edcf9b0 + ae74708 commit dcf13a3Copy full SHA for dcf13a3
plotly/plotlyfig_aux/core/updateData.m
@@ -68,9 +68,8 @@
68
updateStemseries(obj, dataIndex);
69
case 'surfaceplot'
70
updateSurfaceplot(obj,dataIndex);
71
- case 'implicitfunctionline'
+ case {'functionline', 'implicitfunctionline'}
72
updateLineseries(obj, dataIndex);
73
-
74
%--Plotly supported MATLAB group plot objects--%
75
case {'hggroup','group'}
76
% check for boxplot
0 commit comments