I would like to mark a few points in a 3D scatter plot in Python + Matplotlib using a small symbol image instead of Matplotlib's standard marker signatures. Alternatively, I could do with using a unicode glyph instead of an image if this is easier. Is this possible and how?
Asked
Active
Viewed 37 times
0
-
1I guess you mean something like [this](https://stackoverflow.com/questions/48180327/matplotlib-3d-scatter-plot-with-images-as-annotations)? – ImportanceOfBeingErnest Sep 03 '18 at 10:21
-
Oh yes, that could look like it does the trick. I'll try. – Thomas Arildsen Sep 03 '18 at 10:59