T O P I C R E V I E W |
thomaslilong |
Posted - 07/09/2007 : 05:34:59 AM Origin Version (Select Help-->About Origin): 7.5 Operating System:Win200 Dear all, I try to introduce a break in a 2d plot with following script. ... %a!layer1.x.from=0; %a!layer1.x.to=180; %a!layer1.x.break.from = 15; %a!layer1.x.break.to = 160; ... The graphic is ok it draws from 0 to 180, but it gives a plot without any break. The command axis -b x with the break tab works fine. Li |
2 L A T E S T R E P L I E S (Newest First) |
thomaslilong |
Posted - 07/09/2007 : 11:14:35 AM Thank you, Mike. That means one must manually work out a template .otp with axis break. Then use this axis.break.from property further in a script.
|
Mike Buess |
Posted - 07/09/2007 : 08:24:10 AM The programming guide entry for layer.axis.break says that a break must already exist before its properties are valid. In other words, layer1.x.break.from = 15 generates a command error unless an X axis break already exists in layer 1.
Mike Buess Origin WebRing Member |