origin_axis_set
Set an axis scale, range, or title on an Origin graph and verify the applied values, detecting when Origin clamps or rounds the requested range.
Instructions
Set an axis's scale, range or title, and read back what Origin holds.
scale is a name (linear, log10, ln, log2, probability,
reciprocal) or an Origin scale number. Omitted arguments are left alone.
Unlike plot styles, these read back from the same properties Origin draws
from, so matches_request is a real check. Origin clamps and rounds axis
ranges for its own reasons, and a mismatch usually means it did.
Origin swaps the axes of bar charts internally: the value axis of a
horizontal bar chart is the one LabTalk calls y. Setting what looks like
the value axis on one will retitle the categories instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| axis | No | x | |
| graph | Yes | ||
| layer | No | ||
| scale | No | ||
| start | No | ||
| title | No | ||
| increment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||