Page 1 of 1

Changing viewing angle for 3D scatter plots

Posted: Wed May 18, 2005 4:33 pm
by jphillips
Hello,

I looked through the DDE commands and the DLL interface and could not find a way to programatically change the viewpoint for a 3D scatter plot. There are azimuth and elevation fields in the DPLOT_PLOTMETRICSEX structure but this is only an output struct.

Is there a way to change this programatically?

Thanks!

Posted: Wed May 18, 2005 5:20 pm
by DPlotAdmin
Yes, same as for surface plots (although in this case it is misnamed, as many other 3D-related commands are):

[ContourView(azimuth,elevation)]

Posted: Wed May 18, 2005 7:51 pm
by jphillips
That's exactly what I was looking for - thanks for the quick response.