Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/indice_flore/time_serie_histog.m

    r16 r24  
    2626%%%%%%%%%%%% FICHIER TYPE DE TEMPS 
    2727% on ouvre le fichier 
    28 load occu.txt 
     28status=load('occu.txt'); 
     29occu=status; 
     30clear status; 
    2931 
    3032% on reorganise le fichier de type de temps (jours,annees,cluster) 
     
    147149    if a==1; 
    148150       bar(jour,diff,'r'); 
    149 c=[1 0.55 0]; 
    150 bar(jour,diff),colormap(c); 
     151       c=[1 0.55 0]; 
     152       bar(jour,diff),colormap(c); 
    151153    elseif a==2; 
    152154       bar(jour,diff,'g'); 
     
    155157    else 
    156158       bar(jour,diff,'r'); 
    157     end 
     159    end; 
    158160    set (gca,'XTick',[-10:10],'XTickLabel',[-10:10],'fontname','Arial','fontsize',6); 
    159161    set (gca,'YTick',[-40:20:40],'YTickLabel',[-40:20:40],'fontname','Arial','fontsize',6); 
     
    169171       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    170172    end; 
    171 end 
     173end; 
    172174 
    173175figure(1); 
    174 print -depsc2 time_serie_type_tps_pb.eps; 
    175  
     176print('-depsc2','time_serie_type_tps_pb.eps'); 
Note: See TracChangeset for help on using the changeset viewer.