Introduction - If you have any usage issues, please Google them yourself
A short function to colour plots with all the colours of the rainbow. Gives better output than trying to select good colours in advance.
figure hold on x = 1:10
plot(x,x)
plot(x,-x)
colourplot