apply_publication_style
Apply complete publication styling to a graph in one call, including bold labels, pastel colors, and optimized ticks, to produce ready-to-publish figures.
Instructions
Apply complete publication styling to a graph in ONE call.
Sets bold Arial labels, a muted pastel color palette, 2.5 pt lines, readable tick spacing, inward ticks, closed frame, and a borderless bold legend all at once. Designed to minimize token usage — call this once instead of many separate tools.
Args: graph_name: Graph name x_label: X axis label with units, e.g. "Temperature (K)" y_label: Y axis label with units, e.g. "Absorbance (a.u.)" x_min: X axis minimum (None=auto) x_max: X axis maximum (None=auto) y_min: Y axis minimum (None=auto) y_max: Y axis maximum (None=auto) legend_entries: Comma-separated legend entries, e.g. "Sample A,Sample B" legend_position: top-left, top-right, bottom-left, bottom-right
Returns: Summary of applied styling
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | Yes | ||
| x_label | No | ||
| y_label | No | ||
| x_min | No | ||
| x_max | No | ||
| y_min | No | ||
| y_max | No | ||
| legend_entries | No | ||
| legend_position | No | top-right |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |