Changeset 14490
- Timestamp:
- 03/29/13 21:57:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/manualcb.m
r14462 r14490 92 92 93 93 if exist(options,'title'), 94 title(getfieldvalue(options,'title'),'FontSize',fontsize); 94 if strcmpi(getfieldvalue(options,'orientation','vertical'),'horizontal'), 95 th=title(getfieldvalue(options,'title'),'FontSize',fontsize); 96 set(th,'Position',[ytick(end)+0.075,-0.3]); 97 else 98 title(getfieldvalue(options,'title'),'FontSize',fontsize); 99 end 95 100 end 96 101 if exist(options,'ylabel'),
Note:
See TracChangeset
for help on using the changeset viewer.