mpl_mcp_plot_scatter
Generate scatter plots to visualize relationships between numerical datasets. Customize labels, colors, markers, and layout for clear data representation using Matplotlib integration on Fermat MCP.
Instructions
Plots scatter chart of given datavalues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alpha | No | ||
color | No | blue | |
dpi | No | ||
edgecolors | No | face | |
figsize | No | ||
grid | No | ||
labels | No | ||
legend | No | ||
linewidths | No | ||
marker | No | o | |
save | No | ||
size | No | ||
title | No | ||
x_data | Yes | ||
xlabel | No | ||
y_data | Yes | ||
ylabel | No |