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_assistant_output/ToBeReviewed/PLOTS/DESSINE/scontour.html

    r338 r402  
    6262 
    6363     
    64  Same thing that contour but compatible with the whole environment (common.pro included) 
     64 Same thing that contour but compatible with the whole environment  
     65 (<a href="../../..//Obsolete/common.html">common</a> included) 
    6566 
    6667 
     
    149150     
    150151 We active it if we do not want environment variables !p, !x, !y, !z 
    151  to be reinitilalized by the procedure reinitplt 
     152 to be reinitilalized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    152153 
    153154     
     
    171172 
    172173    <h3>Examples</h3><pre> 
    173  IDL> z = dist(100) 
    174  IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    175  IDL> @ps 
     174  
     175   IDL> z = dist(100) 
     176   IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     177   IDL> @ps 
    176178 
    177179    </pre><h3>Version history</h3> 
    178180     
    179181    <h4>Version</h4> 
    180  $Id: scontour.pro 327 2007-12-13 16:22:35Z pinsard $ 
     182 $Id: scontour.pro 370 2008-08-07 07:59:15Z pinsard $ 
    181183 
    182184    <h4>History</h4> 
     
    196198     
    197199    <h4>Uses routines</h4> 
    198  common.pro 
     200 <a href="../../..//Obsolete/common.html">common</a> 
    199201 
    200202     
Note: See TracChangeset for help on using the changeset viewer.