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 for Programming
 LabTalk Forum
 at xy point plot, how to set size and symbol?

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
akuhr Posted - 03/07/2019 : 04:37:19 AM
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
4   L A T E S T    R E P L I E S    (Newest First)
akuhr Posted - 03/16/2019 : 12:23:17 PM
Thanx a lot.

Regards, Astrid
nick_n Posted - 03/15/2019 : 5:15:00 PM
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
akuhr Posted - 03/15/2019 : 2:05:18 PM
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
Chris D Posted - 03/07/2019 : 11:37:28 AM
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

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