I want to use matplotlib's imread/imshow feature on wxpython. What i want is not only image display but also plotting data on image. Is that possible on wxpython using WXAgg matplotlib?
I googled but couldn't find any example of it. Thanks in advance.