Ignore:
Timestamp:
09/14/09 16:46:30 (15 years ago)
Author:
pinsard
Message:

detection of OS; explicit xy, explicit marker size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/RESULTATS/regandsignif_seriestemporelles.m

    r29 r32  
    6565% $Id$ 
    6666% 
     67% - fplod 2009-09-14T14:10:07Z aedon.locean-ipsl.upmc.fr (Darwin) 
     68% 
     69%   * explicit MarkerSize value to avoid difference between  
     70%     octave 3.0.2 and octave 3.2.2 plots 
     71%   * explicit X and Y limits to avoid difference between 
     72%     matlab, octave 3.0.2 and octave 3.2.2 plots 
    6773%  
    6874% - fplod 2009-08-26T11:00:35Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    180186ifigure=1; 
    181187figure(ifigure);  
    182 plot(SST,PC,'x') 
     188plot(SST,PC,'x','markersize', 6) 
     189xlim([24 26]); 
     190ylim([-3 3]); 
    183191hold on 
    184192 
Note: See TracChangeset for help on using the changeset viewer.