Changeset 6938


Ignore:
Timestamp:
01/05/11 08:50:31 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/plot/applyoptions.m

    r6937 r6938  
    191191        end
    192192        if exist(options,'colorbartitle'),
    193                 set(get(c,'title'),'String',getfieldvalue(options,'colorbartitle'));
     193                set(get(c,'title'),'String',getfieldvalue(options,'colorbartitle'),'Color',getfieldvalue(options,'FontColor','k'));
    194194        end
    195195        if exist(options,'colorbarwidth'),
Note: See TracChangeset for help on using the changeset viewer.