Ignore:
Timestamp:
04/04/10 23:08:44 (15 years ago)
Author:
Eric.Larour
Message:

New Hook and Element Properties, to simplify element framework. This is a massive commit

File:
1 edited

Legend:

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

    r3200 r3383  
    9090%Caxis
    9191if exist(options,'caxis'),
    92         if exist(options,'log'),
    93                 logvalue=getfieldvalue(options,'log');
    94                 if any(getfieldvalue(options,'caxis')<=0),
    95                         error('applyoptions error message: negative log values when trying to apply caxis option');
    96                 end
    97                 caxis(log(getfieldvalue(options,'caxis'))/log(logvalue));
    98         else
    99                 caxis(getfieldvalue(options,'caxis'));
    100         end
     92        caxis(getfieldvalue(options,'caxis'));
    10193end
    10294
Note: See TracChangeset for help on using the changeset viewer.