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

axelletapp

Switzerland
Posts

Posted - 07/12/2006 :  06:52:10 AM  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

Hello,

I am using the following command to plot data:
worksheet -p 200;

What is the easiest way to automatically change the line width?

Thanks for any help.

Mike Buess

USA
3037 Posts

Posted - 07/12/2006 :  07:58:05 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Use set dataplot -w linewidth.

wo -p 200; // plot selected columns
%Z=""; lay -c; // count=number of dataplots
ww=500; // desired line width: 500=1 point, 250=0.5 point, etc.
loop(i,1,count) {
set %[%Z,#i] -w ww; // set width of ith line
};

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 07/12/2006 08:00:30 AM
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