While plotting a list in pylab or mplot3d (2d or 3d scatter plot), is it possible to use the index in the list as marker? Or other ways (or other libraries) that can make the viewer understand which point in the list corresponds to which point on the graph.
I've included a 3d scatter plot here just for reference. I was hoping to change the blue dot marker to the index in the list.