plot_histogram
Generate 1D histograms from numerical data arrays with customizable bins, titles, labels, and dimensions to visualize data distributions.
Instructions
Render 1D histogram. Simple flat parameters - no nested objects!
Example: { "values": [1, 2, 2, 3, 3, 3, 4, 4, 5], "bins": 5, "title": "Histogram" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |