I went ahead an implemented the close events. These work for me on the
following backends that I was able to test: TkAgg, Wx/WxAgg, Qt4Agg,
Gtk/GtkAgg.
I can't test Cocoa or PyQt3, so I didn't implement. All that is needed
is to add a call (preferably on a FigureCanvasBase subclass) that
calls the
Update:
I just tried "make -f make.osx fetch deps mpl_install", which gave me the
following results:
python2.6 -c 'import urllib;
urllib.urlretrieve("http://www.zlib.net/zlib-1.2.3.tar.gz";,
"zlib-1.2.3.tar.gz")' &&\
python2.6 -c 'import urllib;
urllib.urlretrieve("http://downloads.s
First the easy one:
When I click on the link for the archives on the matplotlib page:
http://www.nabble.com/matplotlib---users-f2906.html
I get sent to this page:
http://www.nabble.com/-td2885.html#a2906
which is in some Slavic looking language, so I can't tell what it's a forum
for, but it's p
Hello.
I would like to know how to find informations about how pyplot, imshow
and contourf, contour functions are working.
I'm looking for a way to derive/improve this functions because I dont
know how to make my plot properly otherly.
Thank you very much.
Greetings,
David Kremer
First of all, thanks, klukas for the useful piece of code.
Jae-Joon Lee wrote:
> On Mon, Mar 29, 2010 at 12:30 PM, Jeff Klukas wrote:
>> # Create BrokenAxes with bottom from 0 to 5 and top from 30 to 35
>> ax = plt.broken_axes(ybounds=[0.,5.,30.,35.])
>> # Plot a line onto BOTH subaxes
>> ax.plot