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
 Changing properties of groups of curves

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
EXSChM Posted - 09/10/2019 : 05:33:50 AM
Origin Ver. and Service Release (Select Help-->About Origin): Origin 2018 (64-bit) SR1
Operating System: Windows 10


When a graph layer contains one or more groups of curves, how can the display properties (colors, line thickness, etc...) be changed using LabTalk?
2   L A T E S T    R E P L I E S    (Newest First)
EXSChM Posted - 10/18/2019 : 05:47:35 AM
Thanks for your answer.

Your solution works if the curves are left ungrouped. Unfortunately when the curves are then grouped again their color is changed.
How can the color of curves within a group be changed in LabTalk?
YimingChen Posted - 09/10/2019 : 11:56:56 AM
Hi,

You can first ungroup the curves, set the active curve and set format. For example, the script below set the color of 3rd curve to red:
https://www.originlab.com/doc/LabTalk/ref/Set-cmd


layer -gu;
layer.plot = 3;
set %C -c 2;


James

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