Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r234 r242  
    9898 
    9999     
    100  It specify what procedure is called by PLACEDESSIN: 'plt', 'pltz' or 'pltt' 
     100 It specify what procedure is called by <a href=".//PLACEDESSIN.html">PLACEDESSIN</a> :  
     101 'plt', 'pltz' or 'pltt' 
    101102 
    102103     
     
    223224 If we want to trace contours of a different field than the one 
    224225 whose we have the colored drawing (by example E-P in color and QSR in contours). 
    225  It must be a field respecting same characteristics than the argument number one of plt. 
     226 It must be a field respecting same characteristics than the argument number  
     227 one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
    226228 
    227229     
     
    290292     If there is 4 elements: 
    291293 then is constituted of coordinates (expressed in cm located from the up and 
    292  left corner of the page or the window (in portrait like in landscape)) of the bottom 
     294 left corner of the page or the window (in portrait like in landscape) of the bottom 
    293295 and left corner and of the up and right corner of the drawing zone. 
    294296     If there is 3 elements: 
     
    332334     /MAP: In this case, map is automatically calculated have the value: 
    333335          map = [0, (lon1+lon2)/2., 0] 
    334  Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
     336 Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    335337 IDL> demo 
    336338 Then choose earth sciences and  mapping. 
    337  Comment2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
     339 Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    338340 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    339341 For example, for a polar projection centered on the south pole: 
     
    372374     
    373375 Make a postscript. Only works if we made one drawing on the page. 
    374  If we make several drawing, use @ps. 
     376 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    375377 
    376378     
     
    525527     
    526528    <h4>Version</h4> 
    527  $Id: placedessin.pro 232 2007-03-20 16:59:36Z pinsard $ 
     529 $Id: placedessin.pro 237 2007-03-26 15:37:03Z pinsard $ 
    528530 
    529531    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.