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
Forum for Python
How to select check box in object manager
Note:
You must be registered in order to post a reply.
To register,
click here
. Registration is FREE!
Screensize:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Anti-Spam Code:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
Check here to include your profile signature.
Check here to subscribe to this topic.
T O P I C R E V I E W
iniwoni
Posted - 06/02/2025 : 07:08:03 AM
Origin Ver. and Service Release (Select Help-->About Origin): Origin2025 10.2.0.188
Operating System: Win10
Hi!
I have a graph which has almost 900 plots. I wonder whether to select some check box in object manager with python programming.
2 L A T E S T R E P L I E S (Newest First)
iniwoni
Posted - 06/10/2025 : 7:31:23 PM
Thank you, Chao!
ChaoC
Posted - 06/06/2025 : 10:28:39 AM
Hello,
The LabTalk command is:
layer#.plot#.show=0;
where # is the layer and plot number. E.g. Layer1.plot2.show=0; will hide the second plot in layer one.
You can use lt_exec() to run the LabTalk command in Python.
E.g.
import originpro as op
op.lt_exec("layer1.plot2.show=0;")
See:
https://my.originlab.com/forum/topic.asp?TOPIC_ID=48234
https://docs.originlab.com/originpro/namespaceoriginpro_1_1utils.html#ada9639911937420a7a48a37e7bcf0e9f
https://www.originlab.com/doc/LabTalk/ref/Layer-obj
Best,
Chao
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000