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