Re: [Matplotlib-users] question about stacked histograms

2009-06-03 Thread Amit
Thanks John. The bar_stacked example does not seem to work for histograms, but I'm glad to know that we could manually make the legends. I still do not know how to specify the colors of the "stacks" in my histogram, so adding the manual legends for them is still a pain -- but at least doable si

Re: [Matplotlib-users] question about stacked histograms

2009-06-03 Thread John Hunter
On Tue, Jun 2, 2009 at 3:15 PM, Amit wrote: > Hi all, > > Has any of you had any luck with creating stacked histograms using > matplotlib? It seems to work but I have no idea how to label (or add the > legend) or choose the colors of the stacks. Below is a sample code for > creating a stacked hist