Ignore:
Timestamp:
05/09/06 17:04:13 (18 years ago)
Author:
pinsard
Message:

miscellaneous modifications according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ToBeReviewed/PLOTS/DESSINE/splot.pro

    r35 r67  
    3535; EXAMPLE: 
    3636; 
    37 ;      IDL> splot, indgen(10),ystyle=1,petit=[1,2,1],/portrait 
    38 ;      IDL> splot, -indgen(10),ystyle=1,petit=[1,2,2],/noerase 
     37;      IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     38;      IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
    3939;      IDL> @ps 
    4040; 
     
    5252   placedessin, 'autre', _extra = ex 
    5353; 3) je fais mon joli dessin  
    54    if n_elements(y) EQ 0 then plot,  x, _EXTRA = ex ELSE plot,  x, y, _EXTRA = ex 
     54   if n_elements(y) EQ 0 then plot,  x, xstyle = 1, ystyle = 1, _EXTRA = ex $ 
     55   ELSE plot,  x, y, xstyle = 1, ystyle = 1, _EXTRA = ex 
    5556; 4) je termine le dessin  
    5657   terminedessin, _extra=ex  
Note: See TracChangeset for help on using the changeset viewer.