Y = [1, 5, 3;3, 2, 7;1, 5, 3;2, 6, 1];
area(Y)
grid on
colormap summer
set(gca,'Layer','top')
title('Stacked Area Plot')
