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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 line width

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
axelletapp Posted - 07/12/2006 : 06:52:10 AM
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.
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 07/12/2006 : 07:58:05 AM
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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000