Ignore:
Timestamp:
11/17/15 15:38:42 (9 years ago)
Author:
Eric.Larour
Message:

CHG: some minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/checkplotoptions.js

    r19721 r19741  
    229229           }
    230230        }
    231 
    232         //Log scale (LOTS of changes to be performed
    233         if (options.exist('log')){
    234            if (options.exist('caxis')){
    235                    options.changefieldvalue('caxis',Math.log(options.getfieldvalue('caxis'))/Math.log(options.getfieldvalue('log')));
    236            }
    237            options.changefieldvalue('cutoff',Math.log(options.getfieldvalue('cutoff',1.5))/Math.log(options.getfieldvalue('log')));
    238         }
    239231}
Note: See TracChangeset for help on using the changeset viewer.