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

Robson123

5 Posts

Posted - 10/10/2017 :  4:25:15 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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?

Chris D

428 Posts

Posted - 10/10/2017 :  5:19:39 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

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


Thanks,
Chris Drozdowski
Originlab Technical Support
Go to Top of Page

Robson123

5 Posts

Posted - 10/15/2017 :  2:25:44 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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?
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