Ignore:
Timestamp:
03/16/10 15:49:01 (15 years ago)
Author:
Mathieu Morlighem
Message:

added lots of options in plot_overlay (Hard to control though...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/checkplotoptions.m

    r2828 r3293  
    6161        end
    6262end
    63 
    6463
    6564%Colorbar;
     
    201200        end
    202201end
     202
     203%Log scale (LOTS of changes to be performed
     204if exist(options,'log'),
     205        if exist(options,'caxis')
     206                options=changefieldvalue(options,'caxis',log(getfieldvalueerr(options,'caxis'))/log(getfieldvalueerr(options,'log')));
     207        end
     208        options=changefieldvalue(options,'cutoff',log(getfieldvalue(options,'cutoff',1.5))/log(getfieldvalueerr(options,'log')));
     209end
Note: See TracChangeset for help on using the changeset viewer.