great. Thanks! I had a look at the thumbnails but didn't find the one
you point out. (And the doc is confusing)

Thanks!

and yes, very weird behaviour when the two arrays have the same length...

Eric

On 30/12/09 19:53, Jae-Joon Lee wrote:
> x1 = random(1000)
> x2 = random(1000)
> 
> n, bins, patches = hist(np.array([x1, x2]).transpose())
> 
> plt.setp(patches[0], color="r")
> plt.setp(patches[1], color="b")
> 
> also see
> 
> http://matplotlib.sourceforge.net/examples/pylab_examples/hist_colormapped.html

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to