I want to do additional operations on the image displayed by matplotlib.pyplot.imshow() method.

For Example: I want an extra button "Display ROI" where it displays the ROI of the co-ordinates I have selected in the image in my preferred format.

Is this possible?

Cheers, Navin

link|improve this question
feedback

1 Answer

There is a widgets module in matplotlib that can give you that functionality. Check out the widgets examples page.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.