mpl_mcp_plot_chart
Visualize data as line, scatter, or bar charts using provided X and Y values. Customize labels, titles, colors, and grid settings for clear, actionable insights.
Instructions
Plots line/scatter/bar chart of given datavalues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
color | No | skyblue | |
dpi | No | ||
figsize | No | ||
grid | No | ||
labels | No | ||
legend | No | ||
plot_type | No | line | |
save | No | ||
title | No | ||
x_data | Yes | ||
xlabel | No | ||
y_data | Yes | ||
ylabel | No |