[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

[matplotlib-devel] Adding custom interactive backend

2007-05-02 Thread Urvashi R.V.
Hi, I have a modified version of the TkAgg backend, with a few custom features, and would like to be able to get pylab/matplotlib to use it, but without having to put the backend code into the matplotlib code tree. Is there a way to make matplotlib find and use a "backend_.py" which does not