How to add transparency to plot3?
Afficher commentaires plus anciens
Hello!
I have a simple code, where I plot a circle in a grid. The important part for the circle is this:
h = plot3(1.5,2.5,2.5,'o','MarkerSize',50,...
'MarkerEdgeColor','k',...
'MarkerFaceColor',[0 0.5 0]);
I want to add a transparency, but somehow nothing is working. I tried alpha, markerfacealpha or something with h.Color(4) = ... nothing worked.
Any ideas?
Thanks!
1 commentaire
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Lighting, Transparency, and Shading dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!