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

    r338 r402  
    102102         will be automatically performed. 
    103103         2) a structure respecting all criterions specified by 
    104          <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     104         <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    105105 
    106106     
     
    320320 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    321321 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    322  For these one traced by a trait, use CONTLABEL. 
     322 For these ones traced by a trait, use CONTLABEL. 
    323323         
    324324     
     
    460460          map = [0, (lon1+lon2)/2., 0] 
    461461 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    462  IDL> demo 
    463  Then choose "earth sciences and mappinA"g 
     462   IDL> demo 
     463 Then choose "Mapping" and "Global Mapping Demo" 
    464464 Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    465465 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    466466 For example, for a polar projection centered on the south pole: 
    467  IDL> domdef,-180,180,-90,-45 
    468  IDL> plt, tab, /stereo,map=[-90,0,0] 
     467   IDL> domdef,-180,180,-90,-45 
     468   IDL> plt, tab, /stereo,map=[-90,0,0] 
    469469 
    470470     
     
    695695     
    696696    <h4>Version</h4> 
    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 
    699699    <h4>History</h4> 
     
    717717     
    718718    <h4>Uses routines</h4> 
    719  common.pro 
     719 <a href="../../..//Obsolete/common.html">common</a> 
    720720 
    721721     
Note: See TracChangeset for help on using the changeset viewer.