set_tick_style
Configure tick marks on a graph by setting direction, major length, minor tick count, and visibility of minor ticks.
Instructions
Set tick mark style.
Args: graph_name: Graph name tick_direction: "in", "out", or "both" major_length: Major tick length in points (default 8) minor_count: Number of minor ticks between major ticks (default 4) show_minor: Whether to show minor ticks
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | Yes | ||
| tick_direction | No | in | |
| major_length | No | ||
| minor_count | No | ||
| show_minor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |