Changing viewing angle for 3D scatter plots

Q&A for C, C++, and/or C# developers using DPlot
Post Reply
jphillips
Posts: 2
Joined: Wed May 18, 2005 4:29 pm

Changing viewing angle for 3D scatter plots

Post 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!
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post 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)]
Visualize Your Data
support@dplot.com
jphillips
Posts: 2
Joined: Wed May 18, 2005 4:29 pm

Post by jphillips »

That's exactly what I was looking for - thanks for the quick response.
Post Reply