Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-28 Thread John Hunter
> Here are my reasons to add the button, just to add to the discussion: > I've written two applications so far that embed matplotlib, and in both > I felt that the relimit button was missing: In one, there are always > lines added and removed and I often need to reset the plot limits, and > in the

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-28 Thread Dieter Weber
Am Montag, den 27.09.2010, 15:42 -0700 schrieb butterw: > a few comments: > > One possible limitation of the proposed relim code is that it doesn't take > into account whether the lines are set visible or not. But otherwise it is > a useful function for interactive use, which incidentally is the

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread butterw
a few comments: One possible limitation of the proposed relim code is that it doesn't take into account whether the lines are set visible or not. But otherwise it is a useful function for interactive use, which incidentally is the way I use matplotlib the most. Is there any reason why matplotl

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread Amit Aronovitch
On Mon, Sep 27, 2010 at 8:57 PM, Benjamin Root wrote: > On Mon, Sep 27, 2010 at 1:47 PM, Eric Firing wrote: > >> On 09/27/2010 08:35 AM, Benjamin Root wrote: >> > On Mon, Sep 27, 2010 at 1:27 PM, Eric Firing > > > wrote: >> > >> > On 09/27/2010 03:46 AM, Dieter Web

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread John Hunter
On Mon, Sep 27, 2010 at 1:57 PM, Benjamin Root wrote: > Second, irregardless of whether this button is included or not, there have > been app developers who have added buttons to the toolbar for their own > use.  Can these developers count on that real estate to always be free?  Can > we definiti

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread Benjamin Root
On Mon, Sep 27, 2010 at 1:47 PM, Eric Firing wrote: > On 09/27/2010 08:35 AM, Benjamin Root wrote: > > On Mon, Sep 27, 2010 at 1:27 PM, Eric Firing > > wrote: > > > > On 09/27/2010 03:46 AM, Dieter Weber wrote: > > > Hi, > > > I'm using matplotlib embedde

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread Eric Firing
On 09/27/2010 08:35 AM, Benjamin Root wrote: > On Mon, Sep 27, 2010 at 1:27 PM, Eric Firing > wrote: > > On 09/27/2010 03:46 AM, Dieter Weber wrote: > > Hi, > > I'm using matplotlib embedded in my wxpython application and > needed to > > give users

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread Benjamin Root
On Mon, Sep 27, 2010 at 1:27 PM, Eric Firing wrote: > On 09/27/2010 03:46 AM, Dieter Weber wrote: > > Hi, > > I'm using matplotlib embedded in my wxpython application and needed to > > give users a quick way to relimit a figure, for example after removing a > > line from a plot. Therefore I added

Re: [matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread Eric Firing
On 09/27/2010 03:46 AM, Dieter Weber wrote: > Hi, > I'm using matplotlib embedded in my wxpython application and needed to > give users a quick way to relimit a figure, for example after removing a > line from a plot. Therefore I added a button to the toolbar. Do you > think it would make sense to

[matplotlib-devel] Toolbar button for relimiting

2010-09-27 Thread Dieter Weber
Hi, I'm using matplotlib embedded in my wxpython application and needed to give users a quick way to relimit a figure, for example after removing a line from a plot. Therefore I added a button to the toolbar. Do you think it would make sense to include this in matplotlib by default? Appended you fi