Plot3DSimpleSurface Method

3D Graph Control

Plot3DSimpleSurface Method

Syntax

CWPlot3D.Plot3DSimpleSurface zMatrix [, wMatrix]

Purpose

Plots one (or two) 2D array(s) of data as a simple surface.

Remarks

The array provides the Z data for the surface while the indices provide the X and Y data. The optional second array is used to specify magnitude data.

Parameters

zMatrix As Variant

2D array of Z data

wMatrix As Variant

[Optional] 2D array of magnitude data

See Also

CWGraph3D.Plot3DSimpleSurface

Plot3DCurve

Plot3DSurface

Plot3DParametricSurface

Plot3DMesh

Plot Styles Example

Three-Dimensional Plots (concept)