From: David F. <da...@sj...> - 2004-12-23 14:57:15
|
David Fraser wrote: > John Hunter wrote: > >> This is primarily a bug-fix release from 0.65, though a couple of >> little features managed to sneak in >> >> > This is fantastic, I hope it fixes the crashes I've been having which > I finally seem to have traced down to matplotlib freeing images ... > One question though: FigureManagerBase's add_axes, add_subplot and > set_current_axes methods have been removed (and this doesn't seem to > be mentioned in API_CHANGES). What should I do to replace a call to > add_axes? Sorry, my stupid question, have now read the message on the list about this. The answer is call figuremanager.canvas.figure.add_axes - but maybe this should be added to the API_CHANGES document David |