Hello,
I have problem to distinguish 10 colours generated with cm.hsv.
    import matplotlib.cm as cm
    for row in range(len(data)):
        bt = plt.bar(range(len(data[row])), data[row], width=width,
                     color=cm.hsv(39*(row)), label=mutations_all[row],
                     bottom=bottom)

How is it possible to generate better colours in order to easier distinguish
between the data?

Thank you in advance.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to