Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/reinitplt.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 This procedure will reinitialise all or a selection  
     700 ofthe system plot variables 
     701</div> 
    699702 
    700703       
     
    711714        <div class="routine_details" id="_reinitplt"> 
    712715 
    713           <h2><a class="top" href="#container">top</a>reinitplt </h2> 
     716          <h2><a class="top" href="#container">top</a>reinitplt <span class="categories"> 
     717 plot Utility 
     718 
     719 </span></h2> 
    714720         
    715721          <p class="header"> 
     
    717723         
    718724          <div class="comments"> 
    719  NAME:                  REINITPLT 
    720  
    721  PURPOSE:               This procedure will reinitialise all or a selection  
    722                         ofthe system plot variables 
    723  
    724  CATEGORY:              Plot Utility 
    725  
    726  CALLING SEQUENCE:      clearplt,/all           ;clear the !p, !x, !y, !z  
    727                         clearplt,/x,/z          ;clear the !x and !z variables  
    728                         clearplt,/x             ;only clear the !x variable 
    729                         clearplt,/x,/invert     ;clear all except the !x  
    730  
    731  INPUTS:                 
    732         KEYWORDS: 
    733                 x,y,z,p = clear the appropriate variable 
    734                 all     = clear all, this is equivalent to /x,/y,/z,/p 
    735                 invert  = invert the logic. Clear all unselected variables. 
    736                           Therefore "clearplt,/all,/invert" does nothing. 
    737  
    738  OUTPUTS:       none 
    739  
    740  COMMON BLOCKS: 
    741         common.pro 
    742  SIDE EFFECTS: 
    743                 The sytem plot variables are changed. 
    744          
    745  MODIFICATION HISTORY: 
    746         Written by: Trevor Harris, Physics Dept., University of Adelaide, 
    747                 July, 1990. 
    748  
    749        Sebastien Masson 7/5/98 
    750725</div> 
    751726 
     
    769744            </h4> 
    770745         
    771             <div class="comments"></div> 
     746            <div class="comments">       
     747 Clear all, this is equivalent to /x,/y,/z,/p 
     748                </div> 
    772749             
    773750            <h4 id="_reinitplt_keyword_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    782759            </h4> 
    783760         
    784             <div class="comments"></div> 
     761            <div class="comments"> 
     762 clear the appropriate variable 
     763</div> 
    785764             
    786765            <h4 id="_reinitplt_keyword_y">y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    795774            </h4> 
    796775         
    797             <div class="comments"></div> 
     776            <div class="comments"> 
     777 clear the appropriate variable 
     778        </div> 
    798779             
    799780            <h4 id="_reinitplt_keyword_z">z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    808789            </h4> 
    809790         
    810             <div class="comments"></div> 
     791            <div class="comments">       
     792 clear the appropriate variable 
     793 </div> 
    811794             
    812795            <h4 id="_reinitplt_keyword_p">p&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    821804            </h4> 
    822805         
    823             <div class="comments"></div> 
     806            <div class="comments"> 
     807 clear the appropriate variable 
     808                </div> 
    824809             
    825810            <h4 id="_reinitplt_keyword_invert">invert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    834819            </h4> 
    835820         
    836             <div class="comments"></div> 
     821            <div class="comments"> 
     822 Invert the logic. Clear all unselected variables. 
     823 Therefore "clearplt,/all,/invert" does nothing. 
     824</div> 
    837825             
    838826           
    839827 
    840828           
    841            
    842            
    843            
    844            
    845            
    846            
    847            
    848            
    849            
    850            
    851            
    852          
    853            
    854            
    855            
    856            
     829          <h3>Version history</h3> 
     830           
     831          <h4>Version</h4><div class="preformat"> 
     832 $Id$ 
     833</div> 
     834          <h4>History</h4><div class="preformat"> 
     835 Written by: Trevor Harris, Physics Dept., University of Adelaide, 
     836                July, 1990. 
     837 
     838 Sebastien Masson 7/5/98 
     839</div> 
     840           
     841           
     842          <h3>Known issues</h3> 
     843           
     844           
     845           
     846          <h4>Restrictions</h4><div class="preformat"> 
     847 The sytem plot variables are changed. 
     848        </div> 
     849         
     850          <h3>Other attributes</h3> 
     851           
     852           
     853          <h4>Uses routines</h4><div class="preformat"> 
     854 common.pro 
     855 </div> 
    857856           
    858857           
Note: See TracChangeset for help on using the changeset viewer.