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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Aligning point '0' on X axis with Y axis
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

wa1kthsway

Akron, OH, USA
2 Posts

Posted - 06/16/2000 :  8:29:00 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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).]

Hideo Fujii

USA
1582 Posts

Posted - 06/16/2000 :  8:36:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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).]

Go to Top of Page

Laurie

USA
404 Posts

Posted - 06/19/2000 :  8:58:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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

Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000