T O P I C R E V I E W |
marryat |
Posted - 01/04/2005 : 07:41:02 AM Origin Version (Select Help-->About Origin): 7 Operating System: Windows 2000 Pro I have a 3D ribbon graph where I would like to reverse the Horizontal axis, and I can't find any way of doing it. I have changed the from and to values in the format plot dailog box on the scale tab. I have tried to reverse the order on the worksheet. Any ideas or solutions gratefully received. Marryat |
1 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 01/04/2005 : 08:06:29 AM Hi Marryat,
There are two ways to do that from the script window.
1. Reverse the X axis direction without affecting the Y axis position in the graph window...
x=x1; x1=x2; x2=x;
2. Reverse the X direction and move the Y axis to the opposite side of the graph window...
layer.x.reverse=1;
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 01/04/2005 09:22:30 AM |