litman
Define colormap for print.
Contents
Example
colormap(cmapPrint);
More About
Default is the colormap litman. It can be changed setting seti.colormap = 'cmapPrint', see subfunction setFigureSettings in setGeomSim.html.
See Also
Code
function cmap = cmapPrint() cmap = flipud(gray); % inverse of colormap 'gray' end