Adding a small photo/image to a large graph in Matplotlib/Python
- by Mark
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