Changeset 2647
- Timestamp:
- 11/11/09 16:06:25 (15 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
r2623 r2647 190 190 eval(['axis ' getfieldvalue(options,'axis')]); 191 191 else 192 axis tight equal; 192 if (strcmpi(md.type,'2d') | exist(options,'layer')), 193 axis tight equal; 194 else 195 axis auto tight 196 end 193 197 end 194 198 -
issm/trunk/src/m/classes/public/plot/plot_overlay.m
r2439 r2647 14 14 if ~is2d, 15 15 error('buildoverlay error message: overlay not supported for 3d meshes, project on a layer'); 16 end 17 if isquiver 18 error('buildoverlay error message: overlay not supported for quiver plots'); 16 19 end 17 20
Note:
See TracChangeset
for help on using the changeset viewer.