2.10.22 plot_xyz3dstack


Menu Information

Plot: 3D: 3D Stack Surfaces
or
Plot: 3D: 3D Stack Heatmaps

Brief Information

Create 3D stacked surfaces or heatmaps with xyz data

Command Line Usage

plot_xyz3dstack -r 1 zsource:=L;

plot_xyz3dstack -r 1 iz:=[Book2]Sheet1!((A,B,C),(A,B,D),(A,B,E)) zsource:=C;

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Input iz

Input

XYZRange

<active>

Specify the input data. The input columns should be XYZ or XYZZZ(multiple Z)

Split by split

Input

Range

<optional>

If input data is XYZ (single Z column), then the input data XYZ will be split by the specified column.

Z Value Source zsource

Input

string

<unassigned>

Option List:

  • L: Long Name
  • C: Comment
  • U: Unit
Plot Type type

Input

int

0

Specify the plot type.

Option List:

  • 0=heatmap:
    Create a 3D Stack Heatmap graph
  • 1=surf:Surface
    Create a 3D Stack Surface graph
Output Matirx oms

Input

MatrixLayer

[<new>]

Output a Matrix with the dataset of the heatmaps or surface.

Description

This X-Function supports to plot 3D Stacked Heatmap and 3D Stacked Surfaces.

If you want to know more about these two kinds of graph, please refer to 3D Stacked Heatmaps and 3D Stacked Surfaces pages.