Re: [Matplotlib-users] loss of 3d plot interactivity after cla()?

2012-03-17 Thread Zachary Pincus
For posterity, Ben Root let me know off-list that the interaction bug is fixed in the soon-to-be-released v 1.1.1. Also, regarding documentation, I mentioned to Ben and I'll mention here too that I'd be happy to help out where I can with what sort of information would be helpful for getting

Re: [Matplotlib-users] OSX: need testing

2012-03-17 Thread Zachary Pincus
If you can test and confirm that you can build and use mpl normally with this patch, please respond with a python version and OSX version that you tested with. Some of the fixes were python3 specific, so if you also can test this against matplotlib master and python3, that would be great.

Re: [Matplotlib-users] OSX: need testing

2012-03-17 Thread John Hunter
On Mar 17, 2012, at 9:49 AM, Zachary Pincus zachary.pin...@yale.edu wrote: If you can test and confirm that you can build and use mpl normally with this patch, please respond with a python version and OSX version that you tested with. Some of the fixes were python3 specific, so if you

Re: [Matplotlib-users] loss of 3d plot interactivity after cla()?

2012-03-17 Thread John Hunter
On Fri, Mar 16, 2012 at 4:34 PM, Zachary Pincus zachary.pin...@yale.eduwrote: Hi all, I'm (finally) getting started with matplotlib, and am enjoying the lovely plot quality. However, as Finally getting started? You were one of our first contributors!

Re: [Matplotlib-users] Website error

2012-03-17 Thread Eric Firing
On 03/16/2012 02:24 PM, Annie Seagram wrote: I've encountered an error on all pages associated with the tumbnails in the matplotlib thumbnail gallery (matplotib.sourceforge.net/gallery/html http://matplotib.sourceforge.net/gallery/html). Thus, none of the source codes or explanations are

Re: [Matplotlib-users] OSX: need testing

2012-03-17 Thread Zachary Pincus
Just to be clear, this code is not in github master. I assume you have a checkout of master and then dropped the attached _macosx.m into your src for before building and testing? Yes, precisely. Checked out master, dropped the attached into src (and made sure that git diff showed a some

Re: [Matplotlib-users] loss of 3d plot interactivity after cla()?

2012-03-17 Thread Zachary Pincus
I'm (finally) getting started with matplotlib, and am enjoying the lovely plot quality. However, as Finally getting started? You were one of our first contributors! http://sourceforge.net/mailarchive/message.php?msg_id=5192900 Heh. Well, now I'm actively trying to use it as a plotting

Re: [Matplotlib-users] matplotlib picking mouseevent.key=None

2012-03-17 Thread gsal
o.k., here is some minimal code...what am I doing wrong? Within the picker (def pkr)...I would like to be able to see the mouseevent.key value, but this is always None...is this the expected behaviour? Is mouseevent.key not set at this point? Anye hints would be greatly appreciated. [code]