spss_chart_line
Creates a publication-ready line chart from x and y variables, exporting it as PNG, TIFF, or EMF and returning the file path.
Instructions
Export a publication-ready line chart (PNG/TIFF/EMF) via GGRAPH + OMS IMAGE. Provide the x (time/ordinal) and y variables; the file path is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| dpi | No | ||
| title | No | ||
| x_label | No | ||
| y_label | No | ||
| width_px | No | ||
| data_file | No | ||
| height_px | No | ||
| image_format | No | PNG |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |