plot_static_scatterplot
Generate publication-ready scatter plots from data files. Specify x/y columns, labels, titles, and optional hue for color grouping.
Instructions
Generates a static Matplotlib/Seaborn scatter plot (for papers/publications).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| x_label | Yes | ||
| y_label | Yes | ||
| x_column | Yes | ||
| y_column | Yes | ||
| hue_column | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |