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 for Programming
 LabTalk Forum
 How to control graph 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

shyamigcar

India
37 Posts

Posted - 05/16/2013 :  09:34:46 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
How to control the X axis and Y axis of panel graphs like for example 8 graphs with 4 rows and 2 columns in a single page in origin 8.

greg

USA
1378 Posts

Posted - 05/20/2013 :  09:35:16 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
LAYER objects are enumerated in LabTalk, so you can reference any particular layer ( and their axis sub-objects ) by appending a number.

This example sets the Y axis and Tick Labels of Layer 4 to right Y only:
layer4.y.showaxes=2;
layer4.y.showlabels=2;

Consult the Help for properties and methods of LAYER and LAYER.axis.
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