If I use the function ContourPlot, eg
ContourPlot[y == x, {x, -1, 1}, {y, -1, 1}]
when I put the mouse on the line, it the equation "y==x" appears.
This does not happen with the Plot function.
Is there some way to obtain a similar behaviour also with the Plot function?
Thanks a lot :)