On Sun, Dec 23, 2012 at 3:34 AM, Stéfan van der Walt
<stefan@sun.ac.za> wrote:
Tony and Steven,
On Fri, Dec 14, 2012 at 11:11 AM, Steven Silvester
<
steven.silvester@gmail.com> wrote:
> Great, I'll dig into your PR this weekend. I was thinking that each plugin could be registered as a dock window, and be switchable via a View menu.
Thanks for working on this--it turns out to be a very powerful
teaching and demonstration tool!
Cheers
Stéfan
I'm glad you like it.
I just added another tool: A canvas painter. It's a bit less responsive than I'd like, but I think it's as fast as it'll get (it's limited by matplotlib's blitting support for images). Check out the watershed demo in the `viewer_examples/plugins` folder, which uses the paint tool to generate markers for watershed segmentation.
Best,
-Tony