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 e150078 + 3a7302a commit 23e1ca1Copy full SHA for 23e1ca1
plotly/plotlyfig_aux/core/updateData.m
@@ -64,6 +64,8 @@
64
updateStemseries(obj, dataIndex);
65
case 'surfaceplot'
66
updateSurfaceplot(obj,dataIndex);
67
+ case 'implicitfunctionline'
68
+ updateLineseries(obj, dataIndex);
69
70
%--Plotly supported MATLAB group plot objects--%
71
case {'hggroup','group'}
0 commit comments