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/DIVERS/placedessin.html

    r338 r402  
    116116 
    117117     
    118  It is a vector composed by 4 elements containing the position of the frame 
    119118 containing captions and the graph in normalized coordinates. 
    120  Comment: To position the drawing; we have to do !p.position=posfenetre 
     119 
     120 Comment: To position the drawing, we have to do !p.position=posfenetre 
    121121 after the call of the caliber 
    122122 
     
    137137     
    138138 Like POSFENETRE but for the color bar. 
     139 
    139140 Same comment to position the color bar, !p.position=posbar 
    140141 
     
    223224 
    224225     
    225  To draw the contour in color instead of in black 
    226  with filling in color 
     226 To draw the contour in color instead of in black with filling in color 
    227227 
    228228     
     
    242242 If we want to trace contours of a different field than the one 
    243243 whose we have the colored drawing (by example E-P in color and QSR in contours). 
     244 
    244245 It must be a field respecting same characteristics than the argument number  
    245246 one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
     
    308309 Vector composed of 3 or 4 elements, applied to make a drawing on a 
    309310 small portion of a page or screen. It delimit the zone where the drawing will be done. 
    310      If there is 4 elements: 
    311  then is constituted of coordinates (expressed in cm located from the up and 
    312  left corner of the page or the window (in portrait like in landscape) of the bottom 
    313  and left corner and of the up and right corner of the drawing zone. 
    314      If there is 3 elements: 
    315  in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    316  the drawing made in the box numbered small[2]. The numerotation starting up and left by 
     311 
     312 If there is 4 elements then is constituted of coordinates (expressed in cm  
     313 located from the up and left corner of the page or the window (in portrait  
     314 like in landscape) of the bottom and left corner and of the up and right  
     315 corner of the drawing zone. 
     316 
     317 If there is 3 elements, we divide the page or the screen in small[0] columns  
     318 and in small[1] lines, the drawing is made in the box numbered small[2].  
     319 
     320 The numerotation starting up and left by 
    317321 the number 1 and then, following the writing direction. 
    318  By default, we make the largest drawing we can do, conserving the aspect rapport 
    319  (except when REMPLI is activated). 
     322 
     323 By default, we make the largest drawing we can do, conserving the aspect  
     324 ratio (except when REMPLI is activated). 
    320325 
    321326     
     
    348353     
    349354 We use it when we want to do a projection. 
     355 
    350356 This keyword can be of two types: 
    351      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     357     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <a href="/Applications/itt/idl64/help/online_help/MAP_SET.html">MAP_SET</a>). 
    352358     /MAP: In this case, map is automatically calculated have the value: 
    353359          map = [0, (lon1+lon2)/2., 0] 
     360 
    354361 Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    355  IDL> demo 
    356  Then choose earth sciences and  mapping. 
     362   IDL> demo 
     363 Then choose "Mapping" and "Global Mapping Demo" 
     364 
    357365 Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    358366 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     367 
    359368 For example, for a polar projection centered on the south pole: 
    360  IDL> domdef,-180,180,-90,-45 
    361  IDL> plt, tab, /stereo,map=[-90,0,0] 
     369   IDL> domdef,-180,180,-90,-45 
     370   IDL> plt, tab, /stereo,map=[-90,0,0] 
    362371         
    363372     
     
    375384 
    376385     
    377  Force the drawing to occupy the whole space defined by small. 
     386 Force the drawing to fill the whole space defined by small. 
    378387 
    379388     
     
    391400 
    392401     
    393  Make a postscript. Only works if we made one drawing on the page. 
     402 Make a postscript.  
     403 
     404 Only works if we made one drawing on the page. 
     405 
    394406 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    395407 
     
    409421     
    410422 Number of the window on which we want to do the graph (Allow to open several windows). 
     423 
    411424 By default, we open 'IDL0' 
    412425 
     
    425438 
    426439     
    427  keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    428  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    429  coordinates. 
     440 keyword specifying that we want to make a vertical cut in diagonal.  
     441 
     442 Then coordinated of extremities of these ones are defined by the 4 elements  
     443 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    430444 
    431445     
     
    504518     
    505519 't' 'x' 'y' 'z' 'xys' 'xz' 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 
    506        'xzt' 'yzt' 'xyzt' Direction on which do averages 
     520 'xzt' 'yzt' 'xyzt' Direction on which do averages 
    507521 
    508522     
     
    545559     
    546560    <h4>Version</h4> 
    547  $Id: placedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
     561 $Id: placedessin.pro 378 2008-08-12 12:35:46Z pinsard $ 
    548562 
    549563    <h4>History</h4> 
     
    563577     
    564578    <h4>Uses routines</h4> 
    565  common.pro 
     579 <a href="../../..//Obsolete/common.html">common</a> 
    566580 
    567581     
Note: See TracChangeset for help on using the changeset viewer.