Re: [Matplotlib-users] Issue with hist plotting

2010-08-14 Thread Eric Firing
On 08/14/2010 04:47 AM, Daπid wrote: > Hello. > > I have had an issue trying to plot an histogram with Matplotlib. The line is: > > plt.hist([SNIa.angles, SNIbc.angles, SNII.angles], 11, range=[-pi, pi], > normed=True,histtype='stepfilled',color=['g', 'r', > 'b'],alpha=[1, 0.6, 1]) The p

[Matplotlib-users] spline "smart bounds"

2010-08-14 Thread Jason Grout
Hi all, First: I noticed in the changelog to 1.0 that a lot of work has gone into splines. Thanks! In particular, I notice commit message "splines and ticks: implement smart bounds" from 20 Dec 2009 (commit 58d31c10eef8648cd0fb81d5c0f0bcd0c05fe9a1 in astraw's github repository, labeled as gi

[Matplotlib-users] Issue with hist plotting

2010-08-14 Thread Daπid
Hello. I have had an issue trying to plot an histogram with Matplotlib. The line is: plt.hist([SNIa.angles, SNIbc.angles, SNII.angles], 11, range=[-pi, pi], normed=True,histtype='stepfilled',color=['g', 'r', 'b'],alpha=[1, 0.6, 1]) But the error is raised when I try to save the image. F

Re: [Matplotlib-users] Screenshot on homepage

2010-08-14 Thread Simon Friedberger
On 8/12/10 10:57 PM, Aman Thakral wrote: > I'm fairly sure its just a contour plot with different color mappings > for the lines and the fill. Yeah, I think so but I can't get it right. So if anybody knows what to grep/search for in revisions or which revision it was in that would be much apprecia