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/splot.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Same thing than plot but compatible with the whole environment (common.pro included) 
     90 Same thing than plot but compatible with the whole environment  
     91 (<a href="../../..//Obsolete/common.html">common</a> included) 
    9192</div> 
    9293 
     
    187188 
    188189          <h3>Examples</h3><div class="preformat"> 
    189  IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
    190  IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
    191  IDL> @ps 
     190 
     191   IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     192   IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
     193   IDL> @ps 
    192194</div> 
    193195          <h3>Version history</h3> 
    194196           
    195197          <h4>Version</h4><div class="preformat"> 
    196  $Id: splot.pro 327 2007-12-13 16:22:35Z pinsard $ 
     198 $Id: splot.pro 370 2008-08-07 07:59:15Z pinsard $ 
    197199</div> 
    198200          <h4>History</h4><div class="preformat"> 
     
    208210          <h4>Restrictions</h4><div class="preformat"> 
    209211 If NOREINITPLT is not activated, all environment 
    210  variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
     212 variables !p, !x, !y, !z are reinitialized by the procedure  
     213 <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    211214</div> 
    212215         
     
    215218           
    216219          <h4>Uses routines</h4><div class="preformat"> 
    217  common.pro 
     220 <a href="../../..//Obsolete/common.html">common</a> 
    218221</div> 
    219222           
Note: See TracChangeset for help on using the changeset viewer.