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
 Origin Forum
 problem with graph

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
Robson123 Posted - 10/10/2017 : 4:25:15 PM
Origin Ver. and Service Release (Select Help-->About Origin): 2017 (64bit)
Operating System: 8.1

hi,
i have problem. I wrote a LabTalk script. I have got a table with 1000 measuring points (in column A is 1000 points and in column B is 1000 points). I want to plot graph with a range point (from 200 to 300). But if I use:
plotxy iy:=(1,2[200:300]), plot:=200
there is a error. Can you help me?
2   L A T E S T    R E P L I E S    (Newest First)
Robson123 Posted - 10/15/2017 : 2:25:44 PM
Ok, thanks! But i have one problem yet.
I made a graph with selected points in one graph. This is my script:
col(B)[C]$ = "height";
range r1=2[200:300], range r1=2[350:400];
plotxy iy:=r1 plot:=200 ;
plotxy iy:=r2 plot:=200 ogl:=1;


And the legend is the same (look at the picture , i indicated this).

I want:
range r1 name "John"
range r2 name "Marcus"
Can you help me?
Chris D Posted - 10/10/2017 : 5:19:39 PM
Hi,

Try this script:
plotxy iy:=(1,2)[200:300] plot:=200;


Thanks,
Chris Drozdowski
Originlab Technical Support

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