using Plots X = cumsum(randn(2^14,3), dims=1) plotlyjs(legend=false) plot(X[:,1], X[:,2], X[:,3], lw=0.4, size=(600, 500))