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
 Setting a scale for a large number of graphs
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Heindl

USA
Posts

Posted - 05/14/2007 :  1:28:45 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): 7.5
Operating System: XP

I have a large number of graphs with different scales. I need to set the scale for all of them (both horizontal and vertical). Is there a way to do this for all graphs at ones, instead of doing it for each graph separatelly?
Thanks!

Mike Buess

USA
3037 Posts

Posted - 05/14/2007 :  3:15:20 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
This establishes the same X scales (xmin, xmax) and Y scales (ymin, ymax) in all graph layers in the project.

doc -e LP {
x1=xmin; x2=xmax;
y1=ymin; y2=ymax;
};

Mike Buess
Origin WebRing Member
Go to Top of Page

Heindl

USA
Posts

Posted - 05/14/2007 :  4:05:08 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks, it worked! Can I also set the increment and ticks of the scales?
Go to Top of Page

Mike Buess

USA
3037 Posts

Posted - 05/14/2007 :  4:25:50 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Use layer.x.inc to set the X tick increment. (layer.y.inc for Y tick increment.) Look for Layer.axis object in the index of the programming guide for other axis properties.

Mike Buess
Origin WebRing Member
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