Question: How to display the coordinate set of a graph?

How to display the coordinate set that was used to create the following plot:

with(plots):

de := plot3d(y*sin(x), x = 0 .. 2*Pi, y = -2 .. 2)

Regards

Oliveira

Please Wait...