Hi,
Various classes in OriginExt implement an Execute method that can execute a LabTalk statement (in string form) in the context of the object (e.g. a GraphLayer).
So you could create LabTalk `set` commands to customize your plots. E.g.:
gpl.Execute('layer.plot=2') # Activate 2nd plot.
gpl.Execute('set %c -c color(255,0,0)') # Set color to red
Here are docs for the set command.
https://www.originlab.com/doc/Labtalk/Ref/Set-cmd
Thanks,
Chris Drozdowski
Originlab Technical Support