Changeset 39


Ignore:
Timestamp:
01/16/08 03:25:52 (16 years ago)
Author:
ericg
Message:

Added linfit on two intervals separated by linfit_sep in plt_def.pro

Location:
trunk/procs
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/procs/com_eg.pro

    r34 r39  
    1212; attributs formats + div 
    1313; 
    14 COMMON formats, look, free_1d_minmax, lat_axis, cont_fill, multi_win, atmos_msk, line_thick, line_style, line_color, title_type, fill_space, vector_sample, symbol_style, symbol_color, symbol_families, contour_options, mean_sc_only, nc_grids_list, cont_real, symbol_size, xchartxt, ychartxt 
     14COMMON formats, look, free_1d_minmax, lat_axis, cont_fill, multi_win, atmos_msk, line_thick, line_style, line_color, title_type, fill_space, vector_sample, symbol_style, symbol_color, symbol_families, contour_options, mean_sc_only, nc_grids_list, cont_real, symbol_size, xchartxt, ychartxt,  linfit_sep 
    1515; 
    1616; attributs couleur 
  • trunk/procs/init_post_it.pro

    r34 r39  
    2323   xchartxt = 1.0 
    2424   ychartxt = 1.0 
     25   linfit_sep =  0.0 
  • trunk/procs/legend_overlay.pro

    r37 r39  
    2727 
    2828CASE plttyp OF  
    29    'yfx': leg_txt = 'Linfit = '+string(coeff(1)) 
     29   'yfx': leg_txt = 'Linfit = '+coeff_txt+coefflu_txt 
    3030   ELSE: 
    3131END   
     
    6868px_tr = px_2r+delta_txt 
    6969px_tl = px_2l+delta_txt 
     70 
     71IF plttyp EQ 'yfx' THEN px_tl = 0.04 
    7072 
    7173IF debug_w THEN print, ' nwin_tot, n_leg_max = ', nwin_tot, n_leg_max 
Note: See TracChangeset for help on using the changeset viewer.