plot_static_boxplot
Create publication-ready static box plots from your data with specified columns and labels for academic papers.
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 |