plot_static_lineplot
Generate publication-ready static line plots from data files using Matplotlib and Seaborn. Specify columns, titles, and labels to create clear visualizations for 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 |