Skip to content

Commit 23e1ca1

Browse files
authored
Merge pull request #279 from plotly/issue174
fixing issue Issue174 related to implicit functions
2 parents e150078 + 3a7302a commit 23e1ca1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/plotlyfig_aux/core/updateData.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
updateStemseries(obj, dataIndex);
6565
case 'surfaceplot'
6666
updateSurfaceplot(obj,dataIndex);
67+
case 'implicitfunctionline'
68+
updateLineseries(obj, dataIndex);
6769

6870
%--Plotly supported MATLAB group plot objects--%
6971
case {'hggroup','group'}

0 commit comments

Comments
 (0)