HiI have this following snippet of Labtalk:
window -t graph AutoDLTS.otp DLTS;
window -a DLTS;
layer -s 2;
label -j 1 -d 400 880 -yl Hello World!;
The template it loads is 3 layer, this snippet is supposed to define the text and position of the Y axis label. However, whenever this is run, the label is positioned to the top left of the graph, rather than halfway down the axis. This also happens if I make a dummy axis label in the position I want it, then re-write it using
label -j 1 -yl Hello World!;
If the relevant line of the script is executed manually, by simply selecting the line and pressing return after the script has run, then the label jumps into the right place. However from the script, repeated use of the same command doesn't have any effect- neither does refreshing the document between successive calls of the command.
I tried specifying a range of different co-ordinates, but the label appears in the same place on each attempt.
This is on Origin5sr2 on NT4sp4.
Does anyone have an idea what's going on, and if there's a way around it?