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
 Origin Forum
 Plot xyz
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

kencedric

Germany
13 Posts

Posted - 11/08/2011 :  11:01:28 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hey guy,
i need Help... i want to plot xyz using labtalk skript.
My x-data are in column N47, my y-data in column N48 and my z-data in column N49. How can i simply do it?
I am using it for the first time.
Thx

Drbobshepherd

USA
Posts

Posted - 11/08/2011 :  11:41:10 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
1. Make sure the columns are of the correct types using the following:

wks.col47.type=4; // Make Col47 type X.
wks.col48.type=1; // Make Col48 type Y.
wks.col49.type=6; // Make Col49 type Z.

2. Select columns:

worksheet -s 47 0 49 0; // Select columns 47-49.

3. Plot:

worksheet -p 240 3d; // Generate an XYZ scatter plot using the default settings in the 3d template.

You may want to change the settings and save your own template.
Go to Top of Page

kencedric

Germany
13 Posts

Posted - 11/08/2011 :  12:07:51 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Drbobshepherd
thx for ur Help...
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