Is it possible to annotate a pyplot figure, but not with text or circles or the other similar objects, but an image instead?

For example read a png from a file and present it below a plotted data in the same graph.

link|improve this question
feedback

1 Answer

up vote 5 down vote accepted

This demo seems to do what you're looking for. Below is the the resulting plot:

enter image description here

link|improve this answer
Thanks that was exactly what I was looking for! – noisentropic Feb 18 at 21:44
feedback

Your Answer

 
or
required, but never shown

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