| 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 |
|
|