[Matplotlib-users] How to insert an image in a plot?

2012-08-30 Thread Fabien Lafont
Hello, I want to insert an image in a plot, how can I do? Fabien -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can

Re: [Matplotlib-users] How to insert an image in a plot?

2012-08-30 Thread Benjamin Root
There is imshow(), which will plot an array into the existing axes, as well as figimage(), which will insert the image into the figure in general. Each of these function have ways to control placement, particularly figimage(). Without more information, I can't help much further. Cheers! Ben Root