|
From: Goyo <goy...@gm...> - 2011-02-24 23:02:15
|
2011/2/22 Benjamin Root <ben...@ou...>: > > Admittedly, this isn't using matplotlib's hist() function because it only > allows for one color per dataset. However, you can use numpy's histogram > function to get the bins and counts yourself, and then use bar() to make the > bars. bar() will allow you to color the bars individually. Pylab hist() returns a list of patches so you can also change their properties. Goyo |