Hello,
As the title of the post says, I want to mark specific points in a contour plot in a similar way that we do in a normal plot, like in the picture below
The code that generated the plot:
plot(x,xV,title="Solution along y=0 direction",label=["y=0 direction" "."])
scatter!(x[xMax],xV[xMax],label=["Local Maximums" "."])
I am trying to extrapolate the same idea to a contour plot in order to get an image like this one
Where the red dots are the same dots that appears in the first plot. Any ideas? I’ve already tried many approaches but without success!
Cheers,
Tiago