Question
My problem is related to labeling different surfaces of any 3D plot as shown below on a plot of Sin[x]Cos[y]. How can I label any surface by different numbers 1 .. 4 enclosed in circles and attached to the surface?
I know I must use of Graphics3D but I am not able to place the labels in the suitable points on the surface.
Details
The real problem which I want to address is how to show two different plots with labels.
Show[
plot1,
Graphics3D[{Directive[Blue, Thickness[0.007], Dashed], Line @ line1}]];
I want to merge the two graphics (a line and a plot) with plot1, which is a plot that has been created by Listplot3D
