plot_expression
Plot a mathematical expression and receive a base64-encoded PNG image. Set the variable and plot range to visualize the function.
Instructions
Plot an expression and return a base64-encoded PNG image
Input Schema
| Name | Required | Description | 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 | |||