Changeset 18


Ignore:
Timestamp:
11/27/07 19:00:08 (16 years ago)
Author:
kolasinski
Message:

Add the pltcmd of legend_overlay.pro in the history file .hist_post_it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/legend_overlay.pro

    r2 r18  
    139139      jpt = 2 
    140140      pltcmd = 'pltt, leg, '+''''+'t'+''''+overc_l+ ',ov1d=1'+',/noerase' 
     141      printf, nulhis, strcompress(pltcmd) 
    141142      res = execute(pltcmd) 
    142143      jpt = jpt_o 
     
    145146      x_leg = [x_leg_1, x_leg_2] 
    146147      pltcmd = 'oplot,x_leg,leg'+colov+line_thick_txt+', LINESTYLE='+string(line_style(iover-1)-1) 
     148      printf, nulhis, strcompress(pltcmd) 
    147149      res = execute(pltcmd) 
    148150   END  
Note: See TracChangeset for help on using the changeset viewer.