Ignore:
Timestamp:
03/17/16 11:52:56 (8 years ago)
Author:
jbrlod
Message:

add legend to figures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • altifloat/exp_nemed/plot_article.m

    r191 r222  
    1313robs=load([ indir 'obs.dat']); 
    1414rsim=load([ indir 'rfloat_nodiv.dat']); 
     15%rsim=load([ indir 'rfloat_div2.dat']); 
    1516uvb=load([ indir 'uv_back_aviso.dat']); 
    1617 
    1718uvr=load([indir 'uv_tot_nodiv.dat']); 
    18  
     19%uvr=load([indir 'uv_tot_div2.dat']); 
    1920meshg=load([indir 'meshgrid_aviso.dat']); 
    2021mask = load([indir 'mask_aviso.dat']); 
     
    125126%Ajout des trajectoires réelles 
    126127axis(LIM); 
    127     mapshow(S,'Color',[0 0 0]); 
     128mapshow(S,'Color',[0 0 0]); 
     129xlabel('Degrees East') 
     130ylabel('Degrees North') 
    128131 
    129132legend([Hb Hr Hobs],'Averaged over 9 days : background','Corrected','Drifter trajectory','Location','SouthWest'); 
     
    175178owr = okubo_weiss(Uxr,Uyr,Vxr,Vyr); 
    176179title('Okubo-Weiss parameter of the Background'); 
     180xlabel('Degrees East') 
     181ylabel('Degrees North') 
     182 
    177183if osave 
    178184    print('-dpng','-r300',[outdir 'okubo_weiss_aviso.png']); 
     
    192198colormap(cmap); 
    193199title('Okubo-Weiss parameter of the corrected field'); 
     200xlabel('Degrees East') 
     201ylabel('Degrees North') 
    194202 
    195203if osave 
Note: See TracChangeset for help on using the changeset viewer.