Skip to content

Commit 084d98c

Browse files
Merge pull request #467 from plotly/fix_issue_439
fix issue #439
2 parents cd7d7ee + f8b3212 commit 084d98c

File tree

2 files changed

+132
-237
lines changed

2 files changed

+132
-237
lines changed

plotly/plotlyfig.m

+1
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,7 @@ function delete(obj)
11531153
|| strcmpi(fieldname,'scatter') || strcmpi(fieldname,'line')...
11541154
|| strcmpi(fieldname,'scattergeo') || strcmpi(fieldname,'scattermapbox')...
11551155
|| strcmpi(fieldname,'scatterternary') || strcmpi(fieldname,'colorbar')...
1156+
|| strcmpi(fieldname,'contours')...
11561157
)
11571158
fprintf(['\nWhoops! ' exception.message(1:end-1) ' in ' fieldname '\n\n']);
11581159
end

0 commit comments

Comments
 (0)