The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 Reversing the Horizontal Axis in an XYY plot

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000