Workspace 6.21.5
|
Creates a multi-dimensional grid plot from an ArrayNd dataset. The plot has a maximum of 4 dynamic dimensions; X and Y (shown as individual grids) and X-Panel and Y-Panel (as the larger 'grid of grids').
Inputs: | |||
---|---|---|---|
Data | CSIRO::DataAnalysis::ArrayNd | ||
X dimension | CSIRO::DataAnalysis::NamedDimensionRange | ||
Y dimension | CSIRO::DataAnalysis::NamedDimensionRange | ||
X panel dimension | CSIRO::DataAnalysis::NamedDimensionRange | ||
Y panel dimension | CSIRO::DataAnalysis::NamedDimensionRange | ||
Fixed dimensions | CSIRO::DataExecution::ObjectArray | Controls the values of all dimensions not displayed directly on the plot. I.e. for all remaining dimensions in the dataset not specified as X, Y, X-Panel or Y-Panel, provide an ObjectArray of NamedDimensionRange objects, each of size 1. | |
Title | QString | ||
Color scale | CSIRO::DataAnalysis::ColorScale | ||
Enable smoothing | bool | If enabled, bi-linear filtering is used to smooth pixels in between cells of the dataset. | |
Enable grid lines | bool | If enabled, grid-lines are displayed on the results. WARNING: For large datasets this may produce undesired results. | |
Grid line color | QColor | ||
Legend overlays | Array | CSIRO::DataAnalysis::ImageOverlay | Attach any number of image overlays to display on top of the grid plot. |
Outputs: | |||
Grid plot | CSIRO::DataAnalysis::GridPlot |