Effacer les filtres
Effacer les filtres

Transparency of bar plots ?

2 vues (au cours des 30 derniers jours)
Matlaboscope
Matlaboscope le 17 Oct 2014
Modifié(e) : Matlaboscope le 17 Oct 2014
Hi I am plotting transparent bars together with a curve (see please the attachment). I would like to have the curve located on top of the bars in such a way that bar under the curve is not visible. Unfortunately I am not able to get this done, the way it looks is always as if the curve is underneath the bars.
h = bar(x,mean(fg),1);
set(h,'linestyle','none','ShowBaseline','off');
alpha(get(h,'children'),.5);

Réponses (0)

Catégories

En savoir plus sur Lighting, Transparency, and Shading dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by