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
 at xy point plot, how to set size and symbol?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

akuhr

Germany
9 Posts

Posted - 03/07/2019 :  04:37:19 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
OriginPro 2019, Win7Pro

Hello!

How can I set the symbol size and
symbol nr (e.g. circle with no filling)
with labtalk?
The color I got with

set %C -c 5;

Regards, Astrid

Chris D

428 Posts

Posted - 03/07/2019 :  11:37:28 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You can find how to set size and shape using the LabTalk Set command. See:
https://www.originlab.com/doc/LabTalk/ref/Set-cmd

It will require some patience because that particular command has many, many options and there isn't a strict consistency in how you specify them.

I hope thishelps.

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

akuhr

Germany
9 Posts

Posted - 03/15/2019 :  2:05:18 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by Chris D

You can find how to set size and shape using the LabTalk Set command. See:
https://www.originlab.com/doc/LabTalk/ref/Set-cmd



Thanx. But I do not get the solution till now.
I do not find the command for symbol.

I do not want very many different symbols, I only want
a circle with no filling in size 3.

How can I get this with labtalk?

Regards, Astrid
Go to Top of Page

nick_n

Finland
125 Posts

Posted - 03/15/2019 :  5:15:00 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Chris, I'll be back soon,

symbol size: set %c -z 3; //size 3
symbol shape: set %c -k 2; //Change shape to be circle
symbol interior: set %c -kf 1; //Change interior to be open

You can find more at https://www.originlab.com/doc/LabTalk/ref/Set-cmd
Astrid, I hope that helps.
Best Regards,


Nikolay
Go to Top of Page

akuhr

Germany
9 Posts

Posted - 03/16/2019 :  12:23:17 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanx a lot.

Regards, Astrid
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