Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Same thing that contour but compatible with the whole environment (common.pro included) 
     90 Same thing that contour but compatible with the whole environment  
     91 (<a href="../../..//Obsolete/common.html">common</a> included) 
    9192</div> 
    9293 
     
    179180            <div class="comments"> 
    180181 We active it if we do not want environment variables !p, !x, !y, !z 
    181  to be reinitilalized by the procedure reinitplt 
     182 to be reinitilalized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    182183</div> 
    183184             
     
    200201 
    201202          <h3>Examples</h3><div class="preformat"> 
    202  IDL> z = dist(100) 
    203  IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    204  IDL> @ps 
     203  
     204   IDL> z = dist(100) 
     205   IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     206   IDL> @ps 
    205207</div> 
    206208          <h3>Version history</h3> 
    207209           
    208210          <h4>Version</h4><div class="preformat"> 
    209  $Id: scontour.pro 327 2007-12-13 16:22:35Z pinsard $ 
     211 $Id: scontour.pro 370 2008-08-07 07:59:15Z pinsard $ 
    210212</div> 
    211213          <h4>History</h4><div class="preformat"> 
     
    225227           
    226228          <h4>Uses routines</h4><div class="preformat"> 
    227  common.pro 
     229 <a href="../../..//Obsolete/common.html">common</a> 
    228230</div> 
    229231           
Note: See TracChangeset for help on using the changeset viewer.