Re: [matplotlib-devel] code in hist

2010-04-22 Thread Eric Firing
Manuel Metz wrote: > Eric, I've seen the comment "Why is the copy needed?" that you've added > to the axes' hist method. I think this was introduced by me some time > ago. Indeed, I think it is not really needed. If I remember correctly, I > had done the copying to avoid that the input x gets modif

[matplotlib-devel] code in hist

2010-04-14 Thread Manuel Metz
Eric, I've seen the comment "Why is the copy needed?" that you've added to the axes' hist method. I think this was introduced by me some time ago. Indeed, I think it is not really needed. If I remember correctly, I had done the copying to avoid that the input x gets modified (I had bad experience w