create_matrix_plot
Generate surface, contour, heatmap, or image plots from matrix data. Customize plot type, graph name, and axis labels.
Instructions
Plot a matrix as a surface, contour, heatmap, or image.
Args: matrix_book: Matrix book name (see create_matrix / worksheet_to_matrix) plot_type: surface (3D), contour, heatmap, or image graph_name: Optional name for the new graph z_label: Optional Z label with units (e.g. "Intensity (a.u.)"); sets the matrix long name, which drives both the Z-axis title (3D) and the color-scale title.
Returns: Created graph name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matrix_book | Yes | ||
| plot_type | No | heatmap | |
| graph_name | No | ||
| z_label | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |