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

Zacharias

Czech Republic
3 Posts

Posted - 12/08/2016 :  1:01:36 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): 2016 SR2
Operating System: Win10

Hi, I want to plot XY graph, via LabTalk, which discriminates different groups of data by symbols (and colors).

I tried the plotgroup function, however, the resulting graph uses same symbol for all groups, only color are different.


plotgroup iy:=[bkname$]shname$!( Col(9),Col(12)) dgrp:=Col(5) type:=Scatter;

Thanks for advise

Jiri

Hideo Fujii

USA
1582 Posts

Posted - 12/08/2016 :  1:45:31 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Jiri,

I think you can specify the Origin's built-in scatter template name, "SCATTER" such as:
plotgroup iy:=[bkname$]shname$!(Col(9),Col(12)) dgrp:=Col(5) type:=Scatter template:=SCATTER;
Please try.

--Hideo Fujii
OriginLab

Edited by - Hideo Fujii on 12/08/2016 1:46:49 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