On Sun, Jun 29, 2008 at 22:26, John Hunter <[EMAIL PROTECTED]> wrote:
> gcf is written to return the last figure activated or created by the
> "figure" command.  It would be fairly trivial to add support for
> making the last clicked figure the active one, but it seems like a
> reasonable thing to do (does anyone know what matlab does?).  Since
> gcf emulates a matlab function, I'd like to hew fairly closely to
> that.

in Matlab, gcf() returns a handle to the last activated figure, either
by click or programmatically (e.g. "figure(1)", etc)

Cheers,
Vincent

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to