From: rodrikas on
Hi,

I want to plot a scatter point together with a surf plot previously created.The problem is that the surf plot does not allow to see the scatter point.
Is there anyway to superimpose the scatter point?

The steps followed to create the figure are the following:

surf(coordenadas_X,coordenadas_Y,flujo_energia_medio,'LineStyle','none')
set(gca,'da',[1 1 100])
hold on
scatter(coordenadas_X(x,y),coordenadas_Y(x,y))

Any help is appreciated

Rodrigo