set_colormap_levels
Set the minimum and maximum Z values to define the color scale levels for a colormapped graph such as contour, heatmap, or surface.
Instructions
Set the Z range (color scale levels) of a colormapped graph.
Args: graph_name: Graph name (contour/heatmap/surface) z_min: Minimum Z for the color scale z_max: Maximum Z for the color scale
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | Yes | ||
| z_min | Yes | ||
| z_max | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |