Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/reinitplt.pro

    r213 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
    63; @file_comments 
    7 ; This procedure will reinitialize all or a selection  
     4; This procedure will reinitialize all or a selection 
    85; of the system plot variables 
    96; 
     
    118; Utilities 
    129; 
    13 ;  
    1410; @keyword X 
    1511; clear the appropriate variable 
     
    2016; @keyword Z     
    2117; clear the appropriate variable 
    22 ;  
     18; 
    2319; @keyword P 
    2420; clear the appropriate variable 
     
    3329; @uses 
    3430; common.pro 
    35 ;  
     31; 
    3632; @restrictions 
    3733; The system plot variables are changed. 
     
    4743; 
    4844;- 
    49 ;------------------------------------------------------------ 
    50 ;------------------------------------------------------------ 
    51 ;------------------------------------------------------------ 
    52 pro reinitplt, all=all,x=x,y=y,z=z,p=p, invert=invert 
    53 ;------------------------------------------------------------ 
     45; 
     46PRO reinitplt, all=all,x=x,y=y,z=z,p=p, invert=invert 
    5447; 
    5548  compile_opt idl2, strictarrsubs 
     
    8275                !x.charsize=0 
    8376                !x.GRIDSTYLE=0 
    84                 !X.MARGIN=[10,3]  
     77                !X.MARGIN=[10,3] 
    8578                !X.MINOR=0 
    8679                !X.OMARGIN=[0,0] 
     
    10093                !y.charsize=0 
    10194                !y.GRIDSTYLE=0 
    102                 !Y.MARGIN=[10,3]  
     95                !Y.MARGIN=[10,3] 
    10396                !Y.MINOR=0 
    10497                !Y.OMARGIN=[0,0] 
     
    118111                !z.charsize=0 
    119112                !z.GRIDSTYLE=0 
    120                 !Z.MARGIN=[10,3]  
     113                !Z.MARGIN=[10,3] 
    121114                !Z.MINOR=0 
    122115                !Z.OMARGIN=[0,0] 
Note: See TracChangeset for help on using the changeset viewer.