I have a list like this, image for the path of each image file, xyz for the coordination of each image in the 3d figure: my list
I searched below is a solution for 2D, which works fine, but obviously not working for 3d: Matplotlib: How to plot images instead of points?
I also searched for below- a solution for 3d, which works fine, but it only shows annotation text, rather than images: Matplotlib: Annotating a 3D scatter plot
can someone help? thanks.