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

woodlampsjie

China
1 Posts

Posted - 07/20/2015 :  06:13:22 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin):
Operating System:
Hello!

I an importet file that gives me 73 Data point. They were importet into 2 coloums. The first is the x, the second the y information. I want to plot from the first data point to the 33th, and from the 33th to 73 rd in the same plot. Is this possible without taking the last values from 33th to 73 rd into two additional coloums? I have a lot of data to analyse. It would be not possible to do this by hand for each data.

I need to seperate the imported data, because I want to give them a different design.

http://www.parrotuncle.com/antique-green-dragonfly-style-tiffany-pendant-lamp.html
[url=http://www.tiffanylamps.us/]antique tiffany lamps [/url]

SeanMao

China
288 Posts

Posted - 07/20/2015 :  10:47:47 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

If you only need to do it for a single column, from GUI you can select 2[1:33] first and hold Ctrl key to select the rest and select the plot type you want to plot.

If you want to do it for multiple datasets, you can run following LabTalk script:


plotxy ((1,2[1:33]),(1,2[34:73])) plot:=201; //Make a scatter plot


You can loop through columns, worksheet or workbook using doc -e.

Regards!

Sean

OriginLab Tech. Service

Edited by - SeanMao on 07/20/2015 10:48:38 PM
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