fromdewloosh.mplimportparallelimportnumpyasnpcolors=np.random.rand(150,3)labels=[str(i)foriinrange(10)]values=[np.random.rand(150)for_inrange(10)]parallel(values,labels=labels,padding=0.05,lw=0.2,colors=colors,title='Parallel Plot with Random Data')
Total running time of the script: ( 0 minutes 1.655 seconds)