plot_static_boxplot
Create publication-ready static box plots from CSV data using Matplotlib and Seaborn. Specify data file, x and y columns, labels, and title.
Instructions
Generates a static Matplotlib/Seaborn box plot (for papers/publications).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| x_label | Yes | ||
| y_label | Yes | ||
| x_column | Yes | ||
| y_column | Yes | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |