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
|