Re: [matplotlib-devel] remove artist from axes?

2007-07-15 Thread Gael Varoquaux
On Sun, Jul 15, 2007 at 10:49:13PM -0400, Paul Kienzle wrote: > I don't see an obvious way to remove a line from an axes object. > Shall I add remove_child(h) which searches through all the lists > of containers and removes the one that I don't want? I think that would be very useful. TVTK has so

[matplotlib-devel] sandbox

2007-07-15 Thread Paul Kienzle
Hi, I've made some progress on an MPL canvas infrastructure built on top of the contains() methods patch I submitted earlier (and now in svn). I would like to post it to svn so that interested parties can play with it and contribute to the development, but it is not yet ready to be put in the tru

[matplotlib-devel] New matplotlib-checkins mailing list

2007-07-15 Thread Edin Salkovic
Hi all, A new matplotlib-checkins mailing list has been created for SVN commit notification. You can subscribe to it by visiting: https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins Cheers, Edin - This SF.net e

[matplotlib-devel] remove artist from axes?

2007-07-15 Thread Paul Kienzle
Hi, I don't see an obvious way to remove a line from an axes object. Shall I add remove_child(h) which searches through all the lists of containers and removes the one that I don't want? For now I will rerender the graph without the missing child. - Paul ---

Re: [matplotlib-devel] numpification and imports

2007-07-15 Thread Eric Firing
John Hunter wrote: > On 7/15/07, Eric Firing <[EMAIL PROTECTED]> wrote: > \> docstring still blathers on about pylab functions, however; I suspect we >> should change this to something more unique and helpful, such as a >> directory of matplotlib submodules and/or an intro to the useful things >> i

Re: [matplotlib-devel] numpification and imports

2007-07-15 Thread John Hunter
On 7/15/07, Eric Firing <[EMAIL PROTECTED]> wrote: \> docstring still blathers on about pylab functions, however; I suspect we > should change this to something more unique and helpful, such as a > directory of matplotlib submodules and/or an intro to the useful things > in matplotlib.__init__.py l

Re: [matplotlib-devel] numpification and imports

2007-07-15 Thread Eric Firing
Tom Holroyd (NIH/NIMH) [E] wrote: [...] > If I say > import matplotlib help(matplotlib) > > (This is with 0.90.0 by the way) > > It basically gives me the help I'd expect for pylab. Oh, and it says > "the" instead of "to". It's a little weird thinking of a library as the > top level