Align Y Axis on Single-Layer Double-Y graph


Version: 2023b

Type: Features

Category: Graphing

Subcategory: Graph Customization

Jira: ORG-26430


There is this control in old multi-layer double Y graph. It’s on Link Axes Scales tab on layer level of Plot Details dialog

Origin 2023b introduced single-layer double Y graph but alignment option not included.

In Origin 2023b, Align Both Axes at control is added on Show tab of Axis dialog to align both left and right Y axis at specified value

There is also LabTalk command provided, try below with a double-Y graph,

layer.y2.link = 3; // mode=align
layer.y2.link.from$ = 0; // value=0