My problem is the following.
The aim
Plotting a set of 2D points on the plane having a function used to give intensity for every point.
fun(x,y):=x+y
Plus, I have a graph connecting these points. I need to display the graph on the density plot, this is definitely necessary.
The problem
Got no clue how to do it. I searched a little the Mathematica documentation but I could not find much.
Some notes
Whenever someone finds a solution to this, I have also a question. How is it piossible to use the graph functionality on the density plot diagram? For example, if I wanted to show the labels on vertices, is it possible to have some sort of parametrized solution. Maybe I am requiring too much, this is only a little note, skip it if it takes too much time.
Final notes
I am requiring a 2D graph. Not a 3D one. Just a 2D is fine.