Skip to content

Commit dcf13a3

Browse files
authored
Merge pull request #275 from plotly/issue172
fixing Issue 172 regarding fplot
2 parents edcf9b0 + ae74708 commit dcf13a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plotly/plotlyfig_aux/core/updateData.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@
6868
updateStemseries(obj, dataIndex);
6969
case 'surfaceplot'
7070
updateSurfaceplot(obj,dataIndex);
71-
case 'implicitfunctionline'
71+
case {'functionline', 'implicitfunctionline'}
7272
updateLineseries(obj, dataIndex);
73-
7473
%--Plotly supported MATLAB group plot objects--%
7574
case {'hggroup','group'}
7675
% check for boxplot

0 commit comments

Comments
 (0)