mpl_mcp_plot_stem
Visualize discrete data points as a stem plot using x and y values. Customize labels, colors, and layout for clear, structured data representation in Fermat MCP.
Instructions
Plots stem chart of given datavalues
Input Schema
Name | Required | Description | Default |
---|---|---|---|
basefmt | No | k- | |
bottom | No | ||
colors | No | blue | |
dpi | No | ||
figsize | No | ||
grid | No | ||
labels | No | ||
legend | No | ||
linefmt | No | - | |
markerfmt | No | o | |
orientation | No | vertical | |
title | No | ||
x_data | Yes | ||
xlabel | No | ||
y_data | Yes | ||
ylabel | No |