Re: [matplotlib-devel] [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-09-02 Thread Benjamin Root
On Fri, Sep 2, 2011 at 2:16 PM, Eric Firing wrote: > On 09/02/2011 08:54 AM, Eric Firing wrote: > > > Now I see it: all the other backends are simply setting constants in > > their cursord, so they are not calling the functions that create the > > cursors until runtime; backend_gtk is calling the

Re: [matplotlib-devel] [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-09-02 Thread Eric Firing
On 09/02/2011 08:54 AM, Eric Firing wrote: > Now I see it: all the other backends are simply setting constants in > their cursord, so they are not calling the functions that create the > cursors until runtime; backend_gtk is calling the functions at import > time. This is a design deficiency that

Re: [matplotlib-devel] [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-09-02 Thread Eric Firing
On 09/02/2011 04:48 AM, Benjamin Root wrote: > On Wed, Aug 31, 2011 at 10:51 PM, Eric Firing > wrote: > > On 08/31/2011 05:00 PM, Trevor J Christensen wrote: > > I went here: > > > > http://matplotlib.sourceforge.net/api/index_backend_api.html > >

Re: [matplotlib-devel] [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-09-02 Thread Eric Firing
On 09/02/2011 04:48 AM, Benjamin Root wrote: > On Wed, Aug 31, 2011 at 10:51 PM, Eric Firing > wrote: > > On 08/31/2011 05:00 PM, Trevor J Christensen wrote: > > I went here: > > > > http://matplotlib.sourceforge.net/api/index_backend_api.html > >

Re: [matplotlib-devel] [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-09-02 Thread Benjamin Root
On Wed, Aug 31, 2011 at 10:51 PM, Eric Firing wrote: > On 08/31/2011 05:00 PM, Trevor J Christensen wrote: > > I went here: > > > > http://matplotlib.sourceforge.net/api/index_backend_api.html > > > > and didn't see tkagg listed. > > > > Trevor > > Trevor, > > Thank you. It is still missing from

Re: [matplotlib-devel] [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-08-31 Thread Eric Firing
On 08/31/2011 05:00 PM, Trevor J Christensen wrote: > I went here: > > http://matplotlib.sourceforge.net/api/index_backend_api.html > > and didn't see tkagg listed. > > Trevor Trevor, Thank you. It is still missing from the devel branch, along with several others. I can see how this could caus