source: issm/oecreview/Archive/14312-15392/ISSM-14489-14490.diff@ 15393

Last change on this file since 15393 was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 710 bytes
  • TabularUnified ../trunk-jpl/src/m/plot/manualcb.m

     
    9191end
    9292
    9393if 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
    95100end
    96101if exist(options,'ylabel'),
    97102        ylabel(getfieldvalue(options,'ylabel'),'FontSize',fontsize);
Note: See TracBrowser for help on using the repository browser.