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

    r338 r402  
    136136         will be automatically performed. 
    137137         2) a structure respecting all criterions specified by 
    138          <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     138         <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    139139</div> 
    140140             
     
    341341 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    342342 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    343  For these one traced by a trait, use CONTLABEL. 
     343 For these ones traced by a trait, use CONTLABEL. 
    344344        </div> 
    345345             
     
    473473          map = [0, (lon1+lon2)/2., 0] 
    474474 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    475  IDL> demo 
    476  Then choose "earth sciences and mappinA"g 
     475   IDL> demo 
     476 Then choose "Mapping" and "Global Mapping Demo" 
    477477 Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    478478 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    479479 For example, for a polar projection centered on the south pole: 
    480  IDL> domdef,-180,180,-90,-45 
    481  IDL> plt, tab, /stereo,map=[-90,0,0] 
     480   IDL> domdef,-180,180,-90,-45 
     481   IDL> plt, tab, /stereo,map=[-90,0,0] 
    482482</div> 
    483483             
     
    695695           
    696696          <h4>Version</h4><div class="preformat"> 
    697  $Id: plt.pro 328 2007-12-13 19:27:11Z smasson $ 
     697 $Id: plt.pro 390 2009-01-28 11:16:06Z smasson $ 
    698698</div> 
    699699          <h4>History</h4><div class="preformat"> 
     
    717717           
    718718          <h4>Uses routines</h4><div class="preformat"> 
    719  common.pro 
     719 <a href="../../..//Obsolete/common.html">common</a> 
    720720</div> 
    721721           
Note: See TracChangeset for help on using the changeset viewer.