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
 edit mode
 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 - 01/26/2009 :  07:48:50 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi

I would like to change line width of 2nd dataplot in my graph like

%A="BOX1"; //BOX1 is the corresponding wks
set %(%A,2) -w 2500; //change

Because the line plots 2,3,4,5 are dependent, all line change their width. How to prevent this? How to make them independent in labtalk?

thanks

greg

USA
1379 Posts

Posted - 01/27/2009 :  09:53:40 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You can ungroup the plots and thus enable independent property assignment by using:

layer -gu;
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