Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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...