Changeset 13964


Ignore:
Timestamp:
11/15/12 10:30:41 (12 years ago)
Author:
Mathieu Morlighem
Message:

BUG: removed interpreter from colorbartitle

File:
1 edited

Legend:

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

    r13836 r13964  
    175175        if exist(options,'colorbarYLabel'),
    176176                set(get(c,'Ylabel'),'FontSize',getfieldvalue(options,'colorbarfontsize',fontsize),'String',getfieldvalue(options,'colorbarYLabel'),...
    177                         'Color',getfieldvalue(options,'FontColor','k'),'Interpreter',getfieldvalue(options,'Interpreter','none'));
     177                        'Color',getfieldvalue(options,'FontColor','k'));
    178178        end
    179179        if exist(options,'colorbarwidth'),
Note: See TracChangeset for help on using the changeset viewer.