Skip to content

Commit ef841f4

Browse files
committed
fix bug in axhandle mode
1 parent 8cf4e93 commit ef841f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trplot2.m

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
if ~isempty(opt.axhandle)
144144
hax = opt.axhandle;
145145
hold(hax);
146+
ih = ishold;
146147
else
147148
ih = ishold;
148149
if ~ih

0 commit comments

Comments
 (0)