Changeset 844 for issm/trunk/src/m/classes/public/plot/applyoptions.m
- Timestamp:
- 06/08/09 15:14:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/applyoptions.m
r839 r844 122 122 end 123 123 124 %axis125 if ~isnan(options_structure.axis)126 eval(['axis ' options_structure.axis]);127 end128 129 124 %area 130 125 if ~isnan(options_structure.area), … … 168 163 end 169 164 165 %axis 166 if ~isnan(options_structure.axis) 167 eval(['axis ' options_structure.axis]); 168 end 169 170 170 %streamliness 171 171 if iscell(options_structure.streamlines) | ~isnan(options_structure.streamlines),
Note:
See TracChangeset
for help on using the changeset viewer.