plot_area
Create area charts by filling under curves using x and y data arrays. Generate visualizations with customizable colors, labels, and dimensions for data analysis.
Instructions
Render filled area under a curve. Simple flat parameters - no nested objects!
Example: { "x": [1, 2, 3, 4], "y": [1, 4, 9, 16], "title": "Area Plot", "fill_color": "steelblue" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |