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
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
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
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