Question: Plotting Numbers in Vectors against Integers

Hi,

    This is a silly quesiton, but I'm stuck on it. I have 4 vectors of length 16. I want to plot the 16 elements in different colours against the vector number (n=1..4). And assign the same colour each time to each element, i.e color( V[7, n=1] ) = colour( V[7, n=3]  ). How do I do this? 

 

Thanks!

Please Wait...