Transparency causes nonsmooth lines
Mostra commenti meno recenti
When I set transparency in the figure, the original smooth line becomes nonsmooth.
[x,y] = meshgrid(-2:.2:2);
z = x.*exp(-x.^2-y.^2);
a = gradient(z);
figure; surf(x,y,z,'AlphaData',a,'FaceAlpha','flat','FaceColor','blue');
figure; surf(x,y,z)
Risposta accettata
Più risposte (1)
Indrajit Wadgaonkar
il 10 Ago 2021
Modificato: Indrajit Wadgaonkar
il 10 Ago 2021
0 voti
Did this issue get resolved? What is the solution if I need transparency as well as smooth lines?
Categorie
Scopri di più su Spline Postprocessing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!