Changeset 6938
- Timestamp:
- 01/05/11 08:50:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/applyoptions.m
r6937 r6938 191 191 end 192 192 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')); 194 194 end 195 195 if exist(options,'colorbarwidth'),
Note:
See TracChangeset
for help on using the changeset viewer.