mpl_mcp_plot_chart
Generates line, scatter, or bar charts from input X and Y data using Matplotlib. Customize plots with titles, labels, colors, and grid settings. Save visualizations for analysis on the Fermat MCP server.
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 |