Ignore:
Timestamp:
08/07/08 09:59:15 (16 years ago)
Author:
pinsard
Message:

improvemnts of headers (typo, links)

Location:
trunk/SRC/ToBeReviewed/PLOTS/DESSINE
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r367 r370  
    180180; 
    181181; @uses 
    182 ; common.pro 
     182; <pro>common</pro> 
    183183; 
    184184; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltbase.pro

    r327 r370  
    9393; 
    9494; @uses 
    95 ; common.pro 
     95; <pro>common</pro> 
    9696; 
    9797; @restrictions 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r367 r370  
    178178; 
    179179; @uses 
    180 ; common.pro 
     180; <pro>common</pro> 
    181181; 
    182182; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltz.pro

    r367 r370  
    151151; 
    152152; @uses 
    153 ; common.pro 
     153; <pro>common</pro> 
    154154; 
    155155; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro

    r327 r370  
    22; 
    33; @file_comments 
    4 ; Same thing that bar_plot but compatible with the whole environment (common.pro included) 
     4; Same thing that bar_plot but compatible with the whole environment  
     5; (<pro>common</pro> included) 
    56; 
    67; @categories Graphics 
     
    2425; 
    2526; @uses 
    26 ; common.pro 
     27; <pro>common</pro> 
    2728; 
    2829; @restrictions 
    2930; If NOREINITPLT is not activated, all environment 
    30 ; variables !p, !x, !y, !z are reinitializted by the procedure <pro>reinitplt</pro> 
     31; variables !p, !x, !y, !z are reinitialized by the procedure <pro>reinitplt</pro> 
    3132; 
    3233; @examples 
    33 ; IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
    34 ; IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
    35 ; IDL> \@ps 
     34; 
     35;   IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
     36;   IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
     37;   IDL> \@ps 
    3638; 
    3739; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/scontour.pro

    r327 r370  
    22; 
    33; @file_comments 
    4 ; Same thing that contour but compatible with the whole environment (common.pro included) 
     4; Same thing that contour but compatible with the whole environment  
     5; (<pro>common</pro> included) 
    56; 
    67; @categories 
     
    910; @keyword NOREINITPLT 
    1011; We active it if we do not want environment variables !p, !x, !y, !z 
    11 ; to be reinitilalized by the procedure reinitplt 
     12; to be reinitilalized by the procedure <pro>reinitplt</pro> 
    1213; 
    1314; @keyword _EXTRA 
     
    1516; 
    1617; @uses 
    17 ; common.pro 
     18; <pro>common</pro> 
    1819; 
    1920; @examples 
    20 ; IDL> z = dist(100) 
    21 ; IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    22 ; IDL> \@ps 
     21;  
     22;   IDL> z = dist(100) 
     23;   IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     24;   IDL> \@ps 
    2325; 
    2426; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/splot.pro

    r327 r370  
    22; 
    33; @file_comments 
    4 ; Same thing than plot but compatible with the whole environment (common.pro included) 
     4; Same thing than plot but compatible with the whole environment  
     5; (<pro>common</pro> included) 
    56; 
    67; @categories 
     
    1516; 
    1617; @uses 
    17 ; common.pro 
     18; <pro>common</pro> 
    1819; 
    1920; @restrictions 
    2021; If NOREINITPLT is not activated, all environment 
    21 ; variables !p, !x, !y, !z are reinitializted by the procedure <pro>reinitplt</pro> 
     22; variables !p, !x, !y, !z are reinitialized by the procedure  
     23; <pro>reinitplt</pro> 
    2224; 
    2325; @examples 
    24 ; IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
    25 ; IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
    26 ; IDL> \@ps 
     26; 
     27;   IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     28;   IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
     29;   IDL> \@ps 
    2730; 
    2831; @history 
Note: See TracChangeset for help on using the changeset viewer.