[Matplotlib-users] Testing of interactive functions

Juan Nunez-Iglesias jni.soma at gmail.com
Thu Apr 13 04:34:14 EDT 2017


Hello,

We just got an exciting PR in scikit-image to do manual image segmentation with matplotlib:
https://github.com/scikit-image/scikit-image/pull/2584

The manual_lasso_segmentation function in particular is astoundingly simple — a testament to the ease of use of the mpl interactive bindings. Thanks!

Because it relies on interactive clicking and click-and-dragging after a blocking call to plt.show(block=True), though, it’s tricky if not impossible to test. I’m wondering whether mpl has a testing framework for the interactive components?

Juan.

PS: Also, the layout of the undo button is a bit tricky… If you have any tips for that, we are all ears! =)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20170413/5a1ae549/attachment.html>


More information about the Matplotlib-users mailing list