Skip to content
Advertisement

how to label the minimum value on a regular line plot

Here is a line plot generated from the following code:

JavaScript

enter image description here

Now, I want to label (maybe add a small circle in red around that point) the minimum point that falls in between K = 20 and K = 25. How should I do this?

Advertisement

Answer

here you go:

JavaScript

enter image description here

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement