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

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
woodlampsjie Posted - 07/20/2015 : 06:13:22 AM
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]
1   L A T E S T    R E P L I E S    (Newest First)
SeanMao Posted - 07/20/2015 : 10:47:47 PM
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

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