figure
plot(xs,ncons,'k-','Linewidth',2);hold on;
plot(xsnb,nconsnb,'r-','Linewidth',2);hold off;
title('% of people constrained per cohort');
legend('Bequest','No bequest');
Why on earth does the legend display both colors in black, is spite of one being in black and the other in blue?! What am I missing here?! Any one care to help (aside from the inevitable jokes about python etc..).