A followup Surface plot question

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
Peter
Posts: 10
Joined: Mon Aug 24, 2009 9:10 am

A followup Surface plot question

Post by Peter »

In dPlot_Plot8(&DPlot,extents, z, szExec)
where is defined as double z[MAXNUM], and the 3D array has a dimesion of Nx by Ny,
how exacly the x, y xoordinalte laid out along the 1D z array?
If the z coordinates are represented as (xi,yi) is the layout of the z array is like this:
z = {(0,0), (0,1), ..(0, Ny-1), (1,0), (1,1)..(1,Ny-1)..(Nx-1,0), (Nz-1,1)..(Nx-1,Ny-1) }


Is this correct?
Peter
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

Yes, that is correct.
Visualize Your Data
support@dplot.com
Post Reply