From 6d55a95e3f32a2320ff83c0f16cc1867db38125f Mon Sep 17 00:00:00 2001 From: Gilberto Galvis Date: Mon, 2 Aug 2021 19:17:25 -0400 Subject: [PATCH] fix issue #253 --- plotly/plotlyfig.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/plotlyfig.m b/plotly/plotlyfig.m index 81236767..a58396e8 100644 --- a/plotly/plotlyfig.m +++ b/plotly/plotlyfig.m @@ -436,7 +436,7 @@ function validate(obj) cleanFeedTitle(obj); end - %args + %get args args.filename = obj.PlotOptions.FileName; args.fileopt = obj.PlotOptions.FileOpt; args.world_readable = obj.PlotOptions.WorldReadable;