Changeset 19741 for issm/trunk-jpl/src/m/plot/checkplotoptions.js
- Timestamp:
- 11/17/15 15:38:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/checkplotoptions.js
r19721 r19741 229 229 } 230 230 } 231 232 //Log scale (LOTS of changes to be performed233 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 }239 231 }
Note:
See TracChangeset
for help on using the changeset viewer.