mpl_mcp_plot_stack
Visualize data trends using stacked area or bar charts. Input x and y data values, customize labels, colors, and layout to create insightful and detailed visualizations for analysis.
Instructions
Plots stacked area/bar chart of given datavalues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alpha | No | ||
chart_type | No | area | |
colors | No | ||
dpi | No | ||
figsize | No | ||
grid | No | ||
labels | No | ||
legend | No | ||
title | No | ||
x_data | Yes | ||
xlabel | No | ||
y_data | Yes | ||
ylabel | No |