Skip to content

Commit 4de19b9

Browse files
Merge branch 'master' of github.com:plotly/plotly-graphing-library-for-matlab
2 parents 9dcd668 + d24dca0 commit 4de19b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plotly/plotlyfig.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@
197197
if(strcmpi(varargin{a},'StripMargins'))
198198
obj.PlotOptions.StripMargins = varargin{a+1};
199199
end
200+
if(strcmpi(varargin{a},'TriangulatePatch'))
201+
obj.PlotOptions.TriangulatePatch = varargin{a+1};
202+
end
200203
if(strcmpi(varargin{a},'TreatAs'))
201204
obj.PlotOptions.TreatAs = varargin{a+1};
202205
end

0 commit comments

Comments
 (0)