Changeset 3293 for issm/trunk/src/m/classes/public/plot/checkplotoptions.m
- Timestamp:
- 03/16/10 15:49:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/checkplotoptions.m
r2828 r3293 61 61 end 62 62 end 63 64 63 65 64 %Colorbar; … … 201 200 end 202 201 end 202 203 %Log scale (LOTS of changes to be performed 204 if 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'))); 209 end
Note:
See TracChangeset
for help on using the changeset viewer.