I am using matplotlib in Python to generate box plot. I want to make different boxes in different colours. Is there a way to do that?
Asked
Active
Viewed 97 times
0
-
http://stackoverflow.com/questions/16592222/matplotlib-group-boxplots – Dyno Fu May 13 '15 at 23:00
-
3The matplotlib gallery has an example: http://matplotlib.org/examples/pylab_examples/boxplot_demo2.html – cphlewis May 14 '15 at 00:53