Skip to content

Commit 8379426

Browse files
Merge pull request #218 from plotly/fixing_issue_197
fix issue #197
2 parents a460022 + a94a5ed commit 8379426

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: plotly/plotlyfig.m

+3
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@
237237

238238
% plotly reference
239239
plotlyref = load('plotly_reference.mat');
240+
% rmfield(plotlyref.pr, 'xbins');
241+
% plotlyref.pr.xbins.size
240242

241243
% update the PlotlyRef property
242244
obj.PlotlyReference = plotlyref.pr;
@@ -828,6 +830,7 @@ function delete(obj)
828830
pr = obj.PlotlyReference;
829831

830832
% initialize output
833+
% fields
831834
stripped = fields;
832835

833836
% get fieldnames

0 commit comments

Comments
 (0)