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

    r338 r402  
    148148         
    149149          <div class="comments"> 
    150  It is a vector composed by 4 elements containing the position of the frame 
    151150 containing captions and the graph in normalized coordinates. 
    152  Comment: To position the drawing; we have to do !p.position=posfenetre 
     151 
     152 Comment: To position the drawing, we have to do !p.position=posfenetre 
    153153 after the call of the caliber 
    154154</div> 
     
    167167          <div class="comments"> 
    168168 Like POSFENETRE but for the color bar. 
     169 
    169170 Same comment to position the color bar, !p.position=posbar 
    170171</div> 
     
    248249         
    249250            <div class="comments"> 
    250  To draw the contour in color instead of in black 
    251  with filling in color 
     251 To draw the contour in color instead of in black with filling in color 
    252252</div> 
    253253             
     
    266266 If we want to trace contours of a different field than the one 
    267267 whose we have the colored drawing (by example E-P in color and QSR in contours). 
     268 
    268269 It must be a field respecting same characteristics than the argument number  
    269270 one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
     
    328329 Vector composed of 3 or 4 elements, applied to make a drawing on a 
    329330 small portion of a page or screen. It delimit the zone where the drawing will be done. 
    330      If there is 4 elements: 
    331  then is constituted of coordinates (expressed in cm located from the up and 
    332  left corner of the page or the window (in portrait like in landscape) of the bottom 
    333  and left corner and of the up and right corner of the drawing zone. 
    334      If there is 3 elements: 
    335  in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    336  the drawing made in the box numbered small[2]. The numerotation starting up and left by 
     331 
     332 If there is 4 elements then is constituted of coordinates (expressed in cm  
     333 located from the up and left corner of the page or the window (in portrait  
     334 like in landscape) of the bottom and left corner and of the up and right  
     335 corner of the drawing zone. 
     336 
     337 If there is 3 elements, we divide the page or the screen in small[0] columns  
     338 and in small[1] lines, the drawing is made in the box numbered small[2].  
     339 
     340 The numerotation starting up and left by 
    337341 the number 1 and then, following the writing direction. 
    338  By default, we make the largest drawing we can do, conserving the aspect rapport 
    339  (except when REMPLI is activated). 
     342 
     343 By default, we make the largest drawing we can do, conserving the aspect  
     344 ratio (except when REMPLI is activated). 
    340345</div> 
    341346             
     
    366371            <div class="comments"> 
    367372 We use it when we want to do a projection. 
     373 
    368374 This keyword can be of two types: 
    369      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     375     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>). 
    370376     /MAP: In this case, map is automatically calculated have the value: 
    371377          map = [0, (lon1+lon2)/2., 0] 
     378 
    372379 Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    373  IDL> demo 
    374  Then choose earth sciences and  mapping. 
     380   IDL> demo 
     381 Then choose "Mapping" and "Global Mapping Demo" 
     382 
    375383 Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    376384 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     385 
    377386 For example, for a polar projection centered on the south pole: 
    378  IDL> domdef,-180,180,-90,-45 
    379  IDL> plt, tab, /stereo,map=[-90,0,0] 
     387   IDL> domdef,-180,180,-90,-45 
     388   IDL> plt, tab, /stereo,map=[-90,0,0] 
    380389        </div> 
    381390             
     
    392401         
    393402            <div class="comments"> 
    394  Force the drawing to occupy the whole space defined by small. 
     403 Force the drawing to fill the whole space defined by small. 
    395404</div> 
    396405             
     
    407416         
    408417            <div class="comments"> 
    409  Make a postscript. Only works if we made one drawing on the page. 
     418 Make a postscript.  
     419 
     420 Only works if we made one drawing on the page. 
     421 
    410422 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    411423</div> 
     
    424436            <div class="comments"> 
    425437 Number of the window on which we want to do the graph (Allow to open several windows). 
     438 
    426439 By default, we open 'IDL0' 
    427440</div> 
     
    439452         
    440453            <div class="comments"> 
    441  keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    442  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    443  coordinates. 
     454 keyword specifying that we want to make a vertical cut in diagonal.  
     455 
     456 Then coordinated of extremities of these ones are defined by the 4 elements  
     457 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    444458</div> 
    445459             
     
    513527            <div class="comments"> 
    514528 't' 'x' 'y' 'z' 'xys' 'xz' 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 
    515        'xzt' 'yzt' 'xyzt' Direction on which do averages 
     529 'xzt' 'yzt' 'xyzt' Direction on which do averages 
    516530</div> 
    517531             
     
    552566           
    553567          <h4>Version</h4><div class="preformat"> 
    554  $Id: placedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
     568 $Id: placedessin.pro 378 2008-08-12 12:35:46Z pinsard $ 
    555569</div> 
    556570          <h4>History</h4><div class="preformat"> 
     
    570584           
    571585          <h4>Uses routines</h4><div class="preformat"> 
    572  common.pro 
     586 <a href="../../..//Obsolete/common.html">common</a> 
    573587</div> 
    574588           
Note: See TracChangeset for help on using the changeset viewer.