Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r370 r371  
    3737;          map = [0, (lon1+lon2)/2., 0] 
    3838; Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    39 ; IDL> demo 
     39;   IDL> demo 
    4040; Then choose "Mapping" and "Global Mapping Demo" 
    4141; Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    4242; If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    4343; For example, for a polar projection centered on the south pole: 
    44 ; IDL> domdef,-180,180,-90,-45 
    45 ; IDL> plt, tab, /stereo,map=[-90,0,0] 
     44;   IDL> domdef,-180,180,-90,-45 
     45;   IDL> plt, tab, /stereo,map=[-90,0,0] 
    4646;        
    4747; @keyword NOCOLORBAR 
Note: See TracChangeset for help on using the changeset viewer.