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

    r338 r402  
    6262 
    6363     
    64  Same thing than plot but compatible with the whole environment (common.pro included) 
     64 Same thing than plot but compatible with the whole environment  
     65 (<a href="../../..//Obsolete/common.html">common</a> included) 
    6566 
    6667 
     
    156157 
    157158    <h3>Examples</h3><pre> 
    158  IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
    159  IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
    160  IDL> @ps 
     159 
     160   IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     161   IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
     162   IDL> @ps 
    161163 
    162164    </pre><h3>Version history</h3> 
    163165     
    164166    <h4>Version</h4> 
    165  $Id: splot.pro 327 2007-12-13 16:22:35Z pinsard $ 
     167 $Id: splot.pro 370 2008-08-07 07:59:15Z pinsard $ 
    166168 
    167169    <h4>History</h4> 
     
    177179    <h4>Restrictions</h4> 
    178180 If NOREINITPLT is not activated, all environment 
    179  variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
     181 variables !p, !x, !y, !z are reinitialized by the procedure  
     182 <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    180183 
    181184 
     
    184187     
    185188    <h4>Uses routines</h4> 
    186  common.pro 
     189 <a href="../../..//Obsolete/common.html">common</a> 
    187190 
    188191     
Note: See TracChangeset for help on using the changeset viewer.