diff --git a/plotly/plotlyfig.m b/plotly/plotlyfig.m index 2a429d79..30b43a45 100644 --- a/plotly/plotlyfig.m +++ b/plotly/plotlyfig.m @@ -237,6 +237,8 @@ % plotly reference plotlyref = load('plotly_reference.mat'); + % rmfield(plotlyref.pr, 'xbins'); + % plotlyref.pr.xbins.size % update the PlotlyRef property obj.PlotlyReference = plotlyref.pr; @@ -828,6 +830,7 @@ function delete(obj) pr = obj.PlotlyReference; % initialize output + % fields stripped = fields; % get fieldnames