Changeset 19086


Ignore:
Timestamp:
02/04/15 08:51:38 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added titlefontsize for colorbar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/manualcb.m

    r15502 r19086  
    102102
    103103if exist(options,'title'),
    104         title(getfieldvalue(options,'title'),'FontSize',fontsize);
     104        title(getfieldvalue(options,'title'),'FontSize',getfieldvalue(options,'titlefontsize',fontsize));
    105105end
    106106if exist(options,'ylabel'),
Note: See TracChangeset for help on using the changeset viewer.