% $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/jmc_script/put_date.m,v 1.1 2013/01/10 18:27:54 jmc Exp $ % $Name: $ %- just these 3 lines to add current date @ the bottom-right corner of a plot axes('position',[.01,.01,.99,.99],'Visible','off'); Tdate=text(0.9,0.02,date); set(Tdate,'HorizontalAlignment','center','FontSize',7);