Skip to content

Commit 3d17640

Browse files
committed
Set axes off
1 parent b069540 commit 3d17640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

visualisation/plotmov_flows.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
uxyz_n(:, tt), [15 16]);
4545
hp=patch('faces',F,'vertices',V,'cdata',C,'edgecolor','none','facecolor','flat');
4646
ax_handle.Position = [0.1300 0.1100 0.7750 0.8150];
47+
pause(0.05)
4748
axis off
4849
writeVideo(vid_obj, getframe(ax_handle));
4950
cla(ax_handle)

0 commit comments

Comments
 (0)