plot_multi_expression
Plot multiple mathematical expressions on a single 2D graph to compare them visually.
Instructions
Plot multiple expressions overlaid on a single 2D graph
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 | |
| expressions | Yes | List of expressions to plot (e.g. ['sin(x)', 'cos(x)']) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||