After writing the comment I browesed the file exchange for a while and I ran into the fig function... Liked the fig function as well :) Any way, I find the colors.m helpful - it is always annoying to choose the colors by guessing...
Cute idea.
The code does not run unless:
the cell2num command is changed to cell2mat
and
the fig commant is changed to figure, for example by the following 2 lines:
handle= figure(1);
set(handle,'Position',[100,100, 1000, 900])