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
Plotting !
New Topic
Reply to Topic
Printer Friendly
Author
Topic
rrahul
USA
Posts
Posted - 05/17/2005 : 11:35:50 PM
Origin Version (Select Help-->About Origin): 7.0
Operating System: Win XP
I intend to plot both the traces ( col c and col d ) as lines but the code below plots one as a scatter. What is going wrong?
[Plot]
win -t plot plottrace G%W; //customized template
page.active=2; // activate layer 2
layer -w %1 0201 200; //Include wks data in the active layer
layer -e %1_b;
limit %1_a;
layer.x.from = 0;
layer.x.to = limit.xmax*0.1;
layer.y.from = 0;
layer.y.to = 2000;
set %1_c -cl 3;
set %1_d -cl 2;
label -s -p 75 10 G%W;
Thanks,
Rahul
greg
USA
1380 Posts
Posted - 05/18/2005 : 1:59:29 PM
Instead of plotting the entire worksheet (layer -w) and then excluding data (layer -e), why not just include what you want where you want it and let the template set the plot styles?
...
page.active=1;
layer -i %1_C;
page.active=2;
layer -i %1_D;
...
etc.
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Origin Forum
Origin Forum
Origin Viewer Forum
Origin Learning Edition Forum
Origin Forum for Programming
Forum for Python
Forum for Origin C
Forum for Automation Server/COM and LabVIEW
LabTalk Forum
Origin中文论坛
Origin 中文论坛 (Chinese Origin Forum)
Japanese Origin Forum
Origin日本語フォーラム (Japanese Origin Forum)
Origin on Linux
The Origin on Linux Forum
Private Forums
Distributor Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000