Changeset 24743
- Timestamp:
- 04/27/20 12:09:37 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/applyoptions.m
r24557 r24743 51 51 set(gca,'FontSize',getfieldvalue(options,'axisfontsize',fontsize));; 52 52 if exist(options,'axis') 53 axis(getfieldvalue(options,'axis'));53 eval(['axis ' getfieldvalue(options,'axis')]); 54 54 else 55 55 if strcmp(domaintype(md.mesh),'3D'),
Note:
See TracChangeset
for help on using the changeset viewer.