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

ovince

Yugoslavia
Posts

Posted - 11/20/2006 :  01:07:28 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi,

Please delete the previous empty post sent by mistake. Thanks

I make graphsin the loop and the name of the x and Y axis change in the loop. How to change name of the axis. I have tried this:

string Xlab = x.GetName();
LT_set_str("%L", Xlab);
LT_execute("lab -xb %L;");

and this:

string Xlab = x.GetName();
LT_set_str("%L", Xlab);
LT_execute("lab -xb -s %L;");


but nothing works properly.

Thank you
oliver

larry_lan

China
Posts

Posted - 11/20/2006 :  02:23:06 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi ovince:

Can you try:

lab -s -xb %L

Larry
OriginLab Technical Services
Go to Top of Page

ovince

Yugoslavia
Posts

Posted - 11/20/2006 :  02:44:29 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
thank you Larry


oliver
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