| | |
problem with transparency in Matlab
![]() |
•
•
Join Date: Sep 2007
Posts: 23
Reputation:
Solved Threads: 0
Hello,
I am trying to make one patch transparent.
What the documentation says about making only the specified object transparent is this:
"alpha(object_handle,value) sets the transparency property only on the object identified by object_handle."
However what I get is all pathces being transparent, even though I use ALPHA with a handle to the particular patch.
My code for the transparency is like this:
Have anybody encountered such a problem before and could help please?
I am trying to make one patch transparent.
What the documentation says about making only the specified object transparent is this:
"alpha(object_handle,value) sets the transparency property only on the object identified by object_handle."
However what I get is all pathces being transparent, even though I use ALPHA with a handle to the particular patch.
My code for the transparency is like this:
pol = patch(polx,poly,[1,1,0.5]); alpha(pol,0.5); set(gcf,'Renderer','OpenGL');
Have anybody encountered such a problem before and could help please?
![]() |
Similar Threads
- Matlab Dataset (Legacy and Other Languages)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: image processing using MATLAB
- Next Thread: XML Beginner
| Thread Tools | Search this Thread |





