Adding a small photo/image to a large graph in Matplotlib/Python

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-06-09T04:34:27Z Indexed on 2010/06/09 4:42 UTC
Read the original article Hit count: 214

Filed under:
|

I have a large graph that I am generating in matplotlib. I'd like to add a number of icons to this graph at certain (x,y) coordinates. I am wondering if there is any way to do that in matplotlib

Thank you

© Stack Overflow or respective owner

Related posts about python

Related posts about matplotlib