plot_expression
Plot a mathematical expression and receive a base64-encoded PNG image. Set the variable and range to visualize functions within a named workspace.
Instructions
Plot an expression and return a base64-encoded PNG image
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | default |
| variable | No | Plot variable | x |
| range_max | No | Upper bound of plot range | |
| range_min | No | Lower bound of plot range | |
| expression | Yes | Expression to plot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||