Skip to content

Commit 1f16263

Browse files
authored
Update applyoptions.m
1 parent 03ff977 commit 1f16263

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/m/plot/applyoptions.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ function applyoptions(md,data,options)
439439
set(gca,'pos',Axis);
440440
end
441441

442-
if exist(options,'datatip')
442+
if exist(options,'datatip'),
443443
datatip = getfieldvalue(options, 'datatip')
444444
p = findobj(gcf, 'Type', 'patch');
445445
dcm = datacursormode(gcf);
@@ -629,6 +629,3 @@ function applyoptions(md,data,options)
629629

630630
%clipping off always:
631631
set(gca,'Clipping',getfieldvalue(options,'clipping','on'));
632-
633-
end
634-

0 commit comments

Comments
 (0)