plot_heatmap
Render 2D matrix data as a color-coded heatmap visualization with customizable labels and dimensions for data analysis.
Instructions
Render 2D matrix as color grid. Simple flat parameters - no nested objects!
Example: { "matrix": [[1, 2, 3], [4, 5, 6], [7, 8, 9]], "x_labels": ["X1", "X2", "X3"], "y_labels": ["Y1", "Y2", "Y3"], "title": "Heatmap" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |