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
 Aligning point '0' on X axis with Y axis

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
wa1kthsway Posted - 06/16/2000 : 8:29:00 PM
Is there any way to get Origin to start a graph at point 0,0 instead of shifting the X axis over (the default setting, I would presume...) To be more specific... How do you do it when importing data? It seems that whenever I have chosen the setting, it resets it whenever i import ASCII... Thank you!


[This message has been edited by wa1kthsway (edited 06-16-2000).]

2   L A T E S T    R E P L I E S    (Newest First)
Laurie Posted - 06/19/2000 : 8:58:00 PM
Origin automatically rescales the axes when new data is plotted into a layer. If you want the axes fixed from (0,0), then you can set the From to 0 and the Rescale to 'Fixed From' for both the X and Y axes. You do this in the Axis dialog, opened by double-clicking on an axis or right-clicking inside the layer and selecting Axis from the Shortcut menus. If you want this setting as your default, you may want to resave the template.

Laurie A. Shea
Technical Support

Hideo Fujii Posted - 06/16/2000 : 8:36:00 PM
Just run the following two-line script.

layer.x.from=0;
layer.y.from=0;

You can also make a button to run it automatically, if you want.
Is it enough for your purpose?

[This message has been edited by Hideo Fujii (edited 06-16-2000).]

[This message has been edited by Hideo Fujii (edited 06-16-2000).]


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