mpl_mcp_plot_stack
Generate stacked area or bar charts by plotting provided x and y data. Customize titles, labels, colors, grid, and legend for clear data visualization in Fermat MCP.
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 |