Plot: 3D: 3D Stack Surfaces
or
Plot: 3D: 3D Stack Heatmaps
Create 3D stacked surfaces or heatmaps with xyz data
plot_xyz3dstack -r 1 zsource:=L;
plot_xyz3dstack -r 1 iz:=[Book2]Sheet1!((A,B,C),(A,B,D),(A,B,E)) zsource:=C;
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | iz |
Input XYZRange |
|
Specify the input data. The input columns should be XYZ or XYZZZ(multiple Z) |
Split by | split |
Input Range |
|
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 |
|
Option List:
|
Plot Type | type |
Input int |
|
Specify the plot type. Option List:
|
Output Matirx | oms |
Input MatrixLayer |
|
Output a Matrix with the dataset of the heatmaps or surface. |
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.