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
Input
XYZRange
Specify the input data. The input columns should be XYZ or XYZZZ(multiple Z)
Range
If input data is XYZ (single Z column), then the input data XYZ will be split by the specified column.
string
Option List:
int
Specify the plot type.
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.