plot3d_expression
Generate a 3D surface plot from a two-variable mathematical expression, returning the visualization as a base64-encoded PNG. Configure the x and y variable ranges to customize the plotted domain.
Instructions
Plot a 3D surface of a two-variable expression as base64 PNG
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | Expression of two variables (e.g. 'sin(x)*cos(y)') | |
| x_variable | No | First variable | x |
| y_variable | No | Second variable | y |
| x_range_max | No | X upper bound | |
| x_range_min | No | X lower bound | |
| y_range_max | No | Y upper bound | |
| y_range_min | No | Y lower bound |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||