source:
issm/oecreview/Archive/14312-15392/ISSM-14489-14490.diff@
15393
Last change on this file since 15393 was 15393, checked in by , 12 years ago | |
---|---|
File size: 710 bytes |
-
TabularUnified ../trunk-jpl/src/m/plot/manualcb.m
91 91 end 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'), 97 102 ylabel(getfieldvalue(options,'ylabel'),'FontSize',fontsize);
Note:
See TracBrowser
for help on using the repository browser.