Skip to content

Commit f8b3212

Browse files
fix issue #439
1 parent cd7d7ee commit f8b3212

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)