Ignore:
Timestamp:
12/23/08 10:36:27 (16 years ago)
Author:
pinsard
Message:

modification according to mlint diagnostic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SIMULS_IRCAAM/time_serie_noaa_annuel_20.m

    r10 r15  
    4242bb=plot(x,-koro2,'k'); 
    4343cc=plot(x,-koro3,'g'); 
    44 dd=legend('eof1','eof2','eof3') 
     44dd=legend('eof1','eof2','eof3'); 
    4545legend boxoff 
    46 set(dd,'Fontsize',8); 
     46set (dd,'Fontsize',8); 
    4747y=zeros(28,1); 
    4848plot(x,y,'k:'); 
     
    5151set (gca,'YTick',[-3:1:3],'YTickLabel',[-3:1:3],'fontname','Arial','fontsize',6); 
    5252set (gca,'XTick',[1980:5:2005],'XTickLabel',[1980:5:2005],'fontname','Arial','fontsize',6); 
    53 set(gca,'tickDir','out'); 
     53set (gca,'tickDir','out'); 
    5454print -depsc2 time_serie_eof_noaa_annuel_20.eps; 
    5555 
Note: See TracChangeset for help on using the changeset viewer.