origin_set_axis_break
Add or remove an axis break on a graph axis to hide a specified data range, bringing distant data points closer for better visualization.
Instructions
Add or remove an axis break on a graph axis.
Hides the range between break_from and break_to on the chosen axis ("x" or "y"), so data on either side is shown closer together. position is the break location as a percent of the axis length; post_break_increment sets the tick spacing after the break. Pass enabled=false to remove the break.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| break_from | No | ||
| break_to | No | ||
| axis | No | x | |
| graph_name | No | ||
| layer_index | No | ||
| position | No | ||
| post_break_increment | No | ||
| enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||