Hello,
I want to insert an image in a plot, how can I do?
Fabien
Hello,
I want to insert an image in a plot, how can I do?
Fabien
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