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/PROGRAMMES/reg_seriestemporelles.m

    r29 r32  
    6565% 
    6666% $Id$ 
     67% 
     68% - fplod 2009-09-14T14:10:07Z aedon.locean-ipsl.upmc.fr (Darwin) 
     69% 
     70%   * explicit MarkerSize value to avoid difference between  
     71%     octave 3.0.2 and octave 3.2.2 plots 
     72%   * explicit X and Y limits to avoid difference between 
     73%     matlab, octave 3.0.2 and octave 3.2.2 plots 
    6774% 
    6875% - fplod 2009-08-26T09:49:43Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    178185ifigure=1; 
    179186figure(ifigure); 
    180 plot(SST,PC,'x') 
     187plot(SST,PC,'x','markersize', 6) 
     188xlim([21 28]); 
     189ylim([-1.5 1.5]); 
    181190hold on 
    182191 
Note: See TracChangeset for help on using the changeset viewer.