Ignore:
Timestamp:
03/26/07 17:37:03 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation) + improvements/corrections of some *.pro headers

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

Legend:

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

    r232 r237  
    3131; 
    3232; @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 
     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 
    3636; 
    3737; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/scontour.pro

    r231 r237  
    1818; 
    1919; @examples 
    20 ;      IDL> z = dist(100) 
    21 ;      IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    22 ;      IDL> \@ps 
     20; IDL> z = dist(100) 
     21; IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     22; IDL> \@ps 
    2323; 
    2424; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/splot.pro

    r231 r237  
    2222; 
    2323; @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 
     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 
    2727; 
    2828; @history 
Note: See TracChangeset for help on using the changeset viewer.