I have a line graph with 3 lines. For each line, I would like to label just the largest data point. Does anyone know how to do this?
Asked
Active
Viewed 18 times
0
-
1Does this answer your question? [Labeling points in matplotlib scatterplot](https://stackoverflow.com/questions/44998205/labeling-points-in-matplotlib-scatterplot) – AJ Biffl Dec 17 '21 at 06:23
-
Note the duplicate that question is marked of has more answers as well, though the OP is trying to use `scatter` instead of `plot`, which I assume you're using (though effectively, most of the solutions are the same) – AJ Biffl Dec 17 '21 at 06:24