Author |
Topic  |
|
huagai
China
2 Posts |
Posted - 01/12/2015 : 02:20:19 AM
|
Origin Ver. and Service Release (Select Help-->About Origin): Operating System:Origin 8 SR0 (i have tried with Origin9) hi,everyone this is my figure in the figure,two circles are overlapped.But i want the circles like this (i drew them in PowerPoint). in this website (www.originlab.com/doc/Tutorials/Symbol-Plot-With-Color-Transparency),the tutorial shows us how to create a symbol plot with color transparency.
however, i do not know how to create circle with color transparency!
Thanks very much. huagai
forum |
Edited by - huagai on 01/12/2015 03:54:58 AM |
|
AmandaLu
439 Posts |
Posted - 01/12/2015 : 05:34:07 AM
|
Hi huagai,
To set transparency for graph objects, you can use LabTalk command object.transparency. It's available in Origin 9.0 and later versions. For example, to set "circle2" to transpareny = 50%, you can run the following script:
circle2.transparency = 50;
You can refer to the LabTalk guide for details: http://www.originlab.com/doc/LabTalk/ref/Graphic-objs#Properties
Thanks, Amanda OriginLab Technical Service |
Edited by - AmandaLu on 01/12/2015 05:54:36 AM |
 |
|
huagai
China
2 Posts |
Posted - 01/12/2015 : 11:46:37 PM
|
quote: Originally posted by AmandaLu
Hi huagai,
To set transparency for graph objects, you can use LabTalk command object.transparency. It's available in Origin 9.0 and later versions. For example, to set "circle2" to transpareny = 50%, you can run the following script:
circle2.transparency = 50;
You can refer to the LabTalk guide for details: http://www.originlab.com/doc/LabTalk/ref/Graphic-objs#Properties
Thanks, Amanda OriginLab Technical Service
Hi,Amanda
Thank you very very very much !! I am grateful for your help ! And thanks again .
huagai
forum |
 |
|
|
Topic  |
|
|
|