Skip to content

Commit e58caee

Browse files
committed
add semicolon
1 parent 72e9a22 commit e58caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plot_box.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
if isempty(opt.fillcolor)
133133
% outline only
134-
hh = plot(x, y, args{:})
134+
hh = plot(x, y, args{:});
135135
else
136136
% filled shape
137137
hh = patch(x, y, 0*y, 'FaceColor', opt.fillcolor, ...

0 commit comments

Comments
 (0)