Re: [matplotlib-devel] qt4_editor

2010-04-14 Thread Darren Dale
On Wed, Apr 14, 2010 at 2:18 AM, Gökhan Sever  wrote:
>
>
> On Tue, Apr 13, 2010 at 10:40 PM, Peter Butterworth 
> wrote:
>>
>> Hi,
>>
>> I have been unable to reproduce the problem on my system.
>>  matplotlib.__version__ : '0.99.3rc1' + Python 2.6.5 on Win32
>>
>> attached is a test example, could you please post the full error trace?
>> Is the text tab populated correctly with labels, does the problem
>> occur immediately or on clicking Apply ?
>
> Demo looks great and works without any issues. I think these updates and
> example should definitely committed into the svn. New users might find these
> additions so useful. I also see that it works well with multiple instances
> of same types.
>
> I[2]: plt.text(0.1,0.1, "mest")
>
> I[3]: plt.text(0.4,0.4, "test")
>
> I[4]: plt.text(0.9,0.9, "rest")
>
> For some unknown reason the error messages I got before disappeared when I
> tried your demo.
>
> Darren might be helpful at this point to submit the changes.

My time is completely spoken for this week. But I'll have a look this
weekend if some helpful person doesn't beat me to it.

Darren

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[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 with that before), but I think we can avoid it?

Manuel

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel