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
 Axis title and labels
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

surjpanj

Canada
18 Posts

Posted - 03/11/2016 :  05:44:21 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): 2015
Operating System: Win7

Hi,

I have several graphs without axis title and tick labels. Instead of clicking on every graph individually and turning on the title and labels is there a script that could do this automatically? I should note that "Theme organizer" for some reason doesn't turn on the axis title.

Thanks,
Matt

jasonzhao

China
262 Posts

Posted - 03/14/2016 :  03:32:33 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello,

To show the axis title and label, please refer to the code below:

doc -e p {

XB.SHOW=1;  //show  title
YL.SHOW=1;
layer.x.SHOWLABELS=1; //show label
layer.y.SHOWLABELS=1;

}



Best regards!
Jason
OriginLab Technical Service
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