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
 plotxy of two y data sets set the color of sybols
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

asafok

Sweden
5 Posts

Posted - 03/15/2019 :  06:39:06 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. 2019 and Service Release (Select Help-->About Origin):
Operating System:windows 10
I want to set the color of symbolrs when i plot two data sets at once. This script does not work:
plotxy iy:=(3,10:11) plot:=201 color:=2;

the color command is ignored and the symbol colors are black.
Help?

yuki_wu

896 Posts

Posted - 03/17/2019 :  11:21:48 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

I am sorry that it seems that it is a bug. We have added this issue to our bugtracking database (ID: ORG-17745-P2). Sorry for the inconvenience.

Regards,
Yuki

OriginLab
Go to Top of Page

minimax

358 Posts

Posted - 03/18/2019 :  01:18:46 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi asafok,

If you want use a same color for both plots, you can use scripts

plotxy iy:=(3,10:11) plot:=201 ogl:=<new template:=scatter>; 
doc -e d {set %C -c 2;};


if want the plots increment from red, you can use scripts:

plotxy iy:=(3,10:11) plot:=201 color:=2 ogl:=<new template:=scatter>;


In either case, we suggest you specify the matching template to be used in the script ogl:=<new template:=scatter>

And "color" option is basically useful only when it is a single plot.


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