[matplotlib-devel] patch submission - rectangle selector button select

2010-02-23 Thread Ben Axelrod
Here is a patch for a new feature for the rectangle selector. it allows the user to specify which mouse button or buttons to use for the rectangle selection. Also included in the diff is a one line change to the rectangle_selector example code to demonstrate the use of the feature. Thanks,

Re: [matplotlib-devel] patch submission - rectangle selector button select

2010-02-23 Thread John Hunter
On Tue, Feb 23, 2010 at 10:22 AM, Ben Axelrod baxel...@coroware.com wrote: Here is a patch for a new feature for the rectangle selector.  it allows the user to specify which mouse button or buttons to use for the rectangle selection.  Also included in the diff is a one line change to the

[matplotlib-devel] SciPy2010 Call for Papers

2010-02-23 Thread Stéfan van der Walt
== SciPy 2010 Call for Papers == SciPy 2010, the 9th Python in Science Conference, will be held from June 28th - July 3rd, 2010 in Austin, Texas. At this conference, novel applications and breakthroughs made in the pursuit of science using Python

Re: [matplotlib-devel] An easier way to create figure and group of axes; useful?

2010-02-23 Thread Fernando Perez
On Sat, Feb 20, 2010 at 3:50 PM, Jae-Joon Lee lee.j.j...@gmail.com wrote: After quickly going through the mpl source (and in my experience), I think it is quite safe to assume that there is no master-slave relation among the shared axes. One more, related question: is it