Is there a way to enumerate markers in plt.scatter with matplotlib?
I aim to select points in a specific order using markers. Imagine selecting edges of a chessboard for example ( I know that there are automatic techniques using opencv but I need a manual option).
Using the following piece of code, I can plot markers over an image. I would like to enumerate the markers with their corresponding order in the list x
and y
.