We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a460022 + a94a5ed commit 8379426Copy full SHA for 8379426
plotly/plotlyfig.m
@@ -237,6 +237,8 @@
237
238
% plotly reference
239
plotlyref = load('plotly_reference.mat');
240
+ % rmfield(plotlyref.pr, 'xbins');
241
+ % plotlyref.pr.xbins.size
242
243
% update the PlotlyRef property
244
obj.PlotlyReference = plotlyref.pr;
@@ -828,6 +830,7 @@ function delete(obj)
828
830
pr = obj.PlotlyReference;
829
831
832
% initialize output
833
+ % fields
834
stripped = fields;
835
836
% get fieldnames
0 commit comments