Changeset 1077
- Timestamp:
- 06/24/09 11:32:39 (16 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/applyoptions.m
r844 r1077 65 65 if ~isnan(options_structure.zlim), 66 66 zlim(options_structure.zlim); 67 end 68 69 %Antzoom 70 if ~isnan(options_structure.antzoom), 71 antzoom(options_structure.antzoom); 67 72 end 68 73 -
issm/trunk/src/m/classes/public/plot/parse_options.m
r844 r1077 79 79 else 80 80 options_struct.noicesheet=0; 81 end 82 83 %Antzoom 84 antzoomvalues=findarg(optionstring,'antzoom'); 85 if ~isempty(antzoomvalues), 86 options_struct.antzoom=antzoomvalues(1).value; 87 else 88 options_struct.antzoom=NaN; 81 89 end 82 90
Note:
See TracChangeset
for help on using the changeset viewer.