Changeset 19086
- Timestamp:
- 02/04/15 08:51:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/manualcb.m
r15502 r19086 102 102 103 103 if exist(options,'title'), 104 title(getfieldvalue(options,'title'),'FontSize', fontsize);104 title(getfieldvalue(options,'title'),'FontSize',getfieldvalue(options,'titlefontsize',fontsize)); 105 105 end 106 106 if exist(options,'ylabel'),
Note:
See TracChangeset
for help on using the changeset viewer.