Skip to content

Commit 4c004b3

Browse files
fix issue #241: catch added to try in line 95
1 parent 67016b6 commit 4c004b3

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
@@ -126,6 +126,8 @@
126126
~strcmp(obj.data{dataIndex}.type,'box')
127127
obj.data{dataIndex}.y = get(obj.State.Plot(dataIndex).AssociatedAxis,'YTickLabel');
128128
end
129+
catch
130+
% TODO to future
129131
end
130132

131133
%-------------------------------------------------------------------------%

0 commit comments

Comments
 (0)