Changeset 2674
- Timestamp:
- 11/19/09 14:53:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/applyoptions.m
r2649 r2674 45 45 else 46 46 view(getfieldvalue(options,'view',2)); 47 end 48 49 %axis 50 if exist(options,'axis') 51 eval(['axis ' getfieldvalue(options,'axis')]); 52 else 53 if (strcmpi(md.type,'2d') | exist(options,'layer')), 54 axis tight equal; 55 else 56 axis auto tight 57 end 47 58 end 48 59 … … 188 199 end 189 200 190 %axis191 if exist(options,'axis')192 eval(['axis ' getfieldvalue(options,'axis')]);193 else194 if (strcmpi(md.type,'2d') | exist(options,'layer')),195 axis tight equal;196 else197 axis auto tight198 end199 end200 201 201 %streamliness 202 202 if exist(options,'streamlines'),
Note:
See TracChangeset
for help on using the changeset viewer.