HI, Please comment, how to plot the matrix (10x1000) with different color, thank you
================================== using Gadfly ## number of vectors n = 10 ## number of elements n_elm = 1000 vec = randn(n, n_elm) plot(vec) # it doesn't work Regards, Nelson.
