mpl_mcp_plot_barchart
Visualize data distributions by creating customizable bar charts. Input numeric values, labels, and axis titles, and generate vertical or horizontal plots with selectable colors. Supports saving output for further analysis.
Instructions
Plots barchart of given datavalues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | skyblue | |
dpi | No | ||
labels | No | ||
orientation | No | vertical | |
save | No | ||
title | No | ||
values | Yes | ||
xlabel | No | ||
ylabel | No |