plot_static_lineplot
Generate publication-quality static line plots from CSV data using Matplotlib/Seaborn. Specify columns, labels, and title for academic papers.
Instructions
Generates a static Matplotlib/Seaborn line 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 |