Changeset 6935
- Timestamp:
- 01/05/11 08:33:45 (14 years ago)
- Location:
- issm/trunk/src/m/model/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/applyoptions.m
r6860 r6935 371 371 end 372 372 end 373 374 %backgroundcolor 375 set(gca,'color',getfieldvalue(options,'backgroundcolor','w')); 376 377 %figurebackgrounbcolor 378 set(gcf,'color',getfieldvalue(options,'figurebackgroundcolor','none')); -
issm/trunk/src/m/model/plot/plotdoc.m
r6660 r6935 56 56 disp(' ''basin'': zoom on a given basin (''pineislandglacier'',''ronneiceshelf'', type basinzoom for a complete list)'); 57 57 disp(' ''caxis'': modify colorbar range. (array of type [a b] where b>=a)'); 58 disp(' ''backgroundcolor'': plot background color. (default is ''w'')'); 59 disp(' ''figurebackgroundcolor'': figure background color. (default is ''none'')'); 58 60 disp(' ''colorlevels'': N or {value1,valu2,value3,...} used if quiver, use different colors for the given number of colors or limits'); 59 61 disp(' ''colorbar'': add colorbar (string ''on'' or ''off'')');
Note:
See TracChangeset
for help on using the changeset viewer.