Changeset 245


Ignore:
Timestamp:
07/09/10 13:32:36 (14 years ago)
Author:
ericg
Message:

Update plt_def.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/usr/plt_def.pro

    r228 r245  
    3838; time domain 
    3939; 
    40    time_domain = ['199601', '199901']; 'auto' or ['date1','date2'] 
     40   time_domain = ['199609', '199802']; 'auto' or ['date1','date2'] 
    4141;   time_domain = 'auto'; 'auto' or ['date1','date2'] 
    4242 
     
    162162   nino_plot = 1         ; draw nino 1,2,3,4 boxes on xy plots 
    163163;; 
    164    line_thick = [6,4,2,2,6,2,2,2,2,2]   ; 1D plot line thickness (for each overlay curves) 
    165    line_style = [1,1,1,1,1,1,1,1,1,1]   ; 1D plot line style (for each overlay curves) 
    166    line_color = [1,2,3,4,5,6,7,8,9,10]   ; 1D plot line color (for each overlay curves) 
    167  
     164;   line_thick = [2,2,2,2,2,4,4,4,4,4]   ; 1D plot line thickness (for each overlay curves) 
     165;   line_style = [1,1,1,1,1,3,3,3,3,3]   ; 1D plot line style (for each overlay curves) 
     166;   line_color = [1,2,3,4,5,1,2,3,4,5]   ; 1D plot line color (for each overlay curves) 
     167   line_thick = [2,2,2,4,4,4,4,4,4,6,6,6]   ; 1D plot line thickness (for each overlay curves) 
     168   line_style = [1,1,1,2,2,2,3,3,3,1,1,1]   ; 1D plot line style (for each overlay curves) 
     169   line_color = [1,2,4,1,2,4,1,2,4,1,2,4]   ; 1D plot line color (for each overlay curves) 
     170 
     171   ensbl_color_member = 1   ; 0 = same color(from line_color(overlay#)) + attributes below,  
     172                            ; 1 = use line attributes above 
    168173   ensbl_thick_member = 1 
    169    ensbl_thick_mean = 4 
     174   ensbl_thick_mean = 7 
    170175   ensbl_style_member = 1 
    171176   ensbl_style_mean = 1 
    172    ensbl_color_member = 0   ; 0/1; 0 = same color, 1=use line_color above 
    173177 
    174178; 1=black; 2=red; 3=green; 4=blue; 5=black; 6=purple 
     
    281285 
    282286; debug mode 
    283    debug_w = 2 
     287   debug_w = 1 
    284288 
    285289END 
Note: See TracChangeset for help on using the changeset viewer.