0
votes

enter image description here

I want to display each x,y coordinate value on the Graph shown in the figure. Only markers are added so far, what if I want to display values with each marker or so?

Any assistance will be highly appreciated.

Given the number of annotations, the graph would become unreadable. You will also run into a problem distributing so many annotations although libraries like adjusttext exist that simplify this process. Better approaches would be hovertext or a table below.Mr. T
you could use ax.annotate, but with your data the plot will likely be too crowded.warped