Re: [matplotlib-devel] SaveFig bug in TkAgg backend

2007-06-21 Thread John Hunter
On 6/14/07, Rutkov Denis <[EMAIL PROTECTED]> wrote: > Hello. I've encoutered a similar problem (I tried to add a menu to the > Matplotlib window), but I managed to do a workaround. Instead of adding Tk > widgets to existing window, I created a Tk instance and integrated all > buttons and menus i

Re: [matplotlib-devel] SaveFig bug in TkAgg backend

2007-05-18 Thread Mark Bakker
Excellent, Perry. Thanks for your help, Mark On 5/18/07, Perry Greenfield <[EMAIL PROTECTED]> wrote: We don't have anyone at the moment that can work on it, but I think on the order of a month or two we can. We see similar issues too. So if someone can deal with it before then, that would be gr

Re: [matplotlib-devel] SaveFig bug in TkAgg backend

2007-05-18 Thread Perry Greenfield
We don't have anyone at the moment that can work on it, but I think on the order of a month or two we can. We see similar issues too. So if someone can deal with it before then, that would be great, but we'll tackle it before very long if not. Perry On May 18, 2007, at 7:21 AM, Mark Bakker

Re: [matplotlib-devel] SaveFig bug in TkAgg backend

2007-05-18 Thread Mark Bakker
This is a well known problem, reported about a year or so ago. John Hunter tried to get some help on the (TK?) mailinglist, but I don't think anybody responded. I looked into it too, but couldn't find a solution (that doesn't mean much, except for that it is not blatently obvious). It would be grea

[matplotlib-devel] SaveFig bug in TkAgg backend

2007-05-10 Thread Urvashi R.V.
Hi, When the "save" button is used on the matplotlib tkagg toolbar, it uses the "Tk" "asksavefilename" object from the "tkFileDialog" class, to pop up a little window that allows you to select the name and type of file to save.This function internally calls "figure.destroy()". and the curren